rust/compiler/rustc_ty_utils/src
est31 173eb6f407 Only enable the let_else feature on bootstrap
On later stages, the feature is already stable.

Result of running:

rg -l "feature.let_else" compiler/ src/librustdoc/ library/ | xargs sed -s -i "s#\\[feature.let_else#\\[cfg_attr\\(bootstrap, feature\\(let_else\\)#"
2022-09-15 21:06:45 +02:00
..
assoc.rs Remove trait_of_item query. 2022-08-01 21:39:26 +02:00
common_traits.rs Don't consider !Unpin references as noalias 2021-03-21 20:10:53 +01:00
consts.rs Box PatKind::Range. 2022-09-02 07:26:22 +10:00
errors.rs Migrate rustc_ty_utils to use SessionDiagnostic 2022-08-26 14:36:51 +01:00
implied_bounds.rs RPITIT placeholder items 2022-09-09 01:31:44 +00:00
instance.rs Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 2022-09-12 03:24:29 +00:00
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
needs_drop.rs Migrate rustc_ty_utils to use SessionDiagnostic 2022-08-26 14:36:51 +01:00
representability.rs Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
ty.rs Plumb dyn trait representation through ty::Dynamic 2022-09-12 16:55:55 -07:00