rust/compiler/rustc_metadata
bors 1eb00abf35 Auto merge of #76656 - jonas-schievink:fewer-unstable-metadata-queries, r=lcnr
Don't query stability data when `staged_api` is off

This data only needs to be encoded when `#![feature(staged_api)]` or `-Zforce-unstable-if-unmarked` is on. Running these queries takes measurable time on large crates with many items, so skip it when the unstable flags have not been enabled.
2020-09-14 00:26:43 +00:00
..
src Auto merge of #76656 - jonas-schievink:fewer-unstable-metadata-queries, r=lcnr 2020-09-14 00:26:43 +00:00
Cargo.toml Don't query unstable data when staged_api is off 2020-09-13 02:10:39 +02:00