rust/compiler/rustc_passes
bors 0068b8bf4b Auto merge of #100328 - davidtwco:perf-implications, r=nnethercote
passes: load `defined_lib_features` query less

Hopefully addresses the perf regressions from #99212 (see #99905).

Re-structure the stability checks for library features to avoid calling `defined_lib_features` for any more crates than necessary for each of the implications or local feature attributes that need validation.

r? `@ghost` (just checking perf at first)
2022-08-12 13:51:26 +00:00
..
src Auto merge of #100328 - davidtwco:perf-implications, r=nnethercote 2022-08-12 13:51:26 +00:00
Cargo.toml passes: migrate half of check_attr 2022-07-15 16:13:49 +01:00