rust/compiler/rustc_mir_build/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
..
build Remove feature gate 2021-05-27 17:58:35 -04:00
thir Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis 2021-05-25 03:07:03 +00:00
check_unsafety.rs Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett 2021-06-03 05:12:31 +00:00
lib.rs Remove unused feature gates 2021-05-31 13:55:43 +02:00
lints.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00