os-rust/compiler/rustc_query_impl/src
Yuki Okushi 36f1ed6de2
Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514
Remove unused feature gates

The first commit removes a usage of a feature gate, but I don't expect it to be controversial as the feature gate was only used to workaround a limitation of rust in the past. (closures never being `Clone`)

The second commit uses `#[allow_internal_unstable]` to avoid leaking the `trusted_step` feature gate usage from inside the index newtype macro. It didn't work for the `min_specialization` feature gate though.

The third commit removes (almost) all feature gates from the compiler that weren't used anyway.
2021-06-04 13:42:54 +09:00
..
keys.rs Use () in dependency_formats. 2021-05-12 13:58:41 +02:00
lib.rs Remove unused feature gates 2021-05-31 13:55:43 +02:00
plumbing.rs Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister 2021-05-31 10:13:46 +00:00
profiling_support.rs Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
stats.rs Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
values.rs Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

For more information about how the query system works, see the rustc dev guide.