rust/compiler/rustc_index/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
..
bit_set Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec Fix test 2022-02-24 16:02:07 -05:00
bit_set.rs Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval.rs fix the impl error in insert_all 2022-06-08 22:09:26 +08:00
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
vec.rs debuginfo: Change C++-like encoding for enums. 2022-08-12 10:53:07 +02:00