rust/compiler/rustc_data_structures/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
..
base_n
binary_search_util
fingerprint
flock
graph
intern
obligation_forest Use niche-filling optimization even when multiple variants have data. 2022-09-07 20:12:45 +00:00
owning_ref
sip128
small_c_str
small_str
snapshot_map
sorted_map
sso
stable_hasher
tagged_ptr
tiny_list
transitive_relation get rid of RefCell in TransitiveRelation 2022-08-22 18:08:46 +08:00
vec_map
atomic_ref.rs
base_n.rs
captures.rs
fingerprint.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
flock.rs
frozen.rs
functor.rs
fx.rs rustc_error, rustc_private, rustc_ast: Switch to stable hash containers 2022-09-10 11:49:12 +02:00
intern.rs
jobserver.rs
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
macros.rs
map_in_place.rs Replace rustc_data_structures::thin_vec::ThinVec with thin_vec::ThinVec. 2022-08-29 15:42:13 +10:00
memmap.rs
profiling.rs
sharded.rs
sip128.rs
small_c_str.rs
small_str.rs
sorted_map.rs Use more into_iter rather than drain(..) 2022-08-30 04:42:03 +01:00
stable_hasher.rs remove some manual hash stable impls 2022-07-29 12:48:28 +02:00
stack.rs
steal.rs
svh.rs
sync.rs Move Queries::new out of the macro 2022-09-06 21:41:01 -05:00
tagged_ptr.rs
temp_dir.rs
tiny_list.rs
transitive_relation.rs get rid of RefCell in TransitiveRelation 2022-08-22 18:08:46 +08:00
unhash.rs
vec_linked_list.rs
vec_map.rs
work_queue.rs