rust/compiler/rustc_attr/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
..
builtin.rs Also replace the placeholder for the stable_features lint 2022-09-14 03:28:54 +02:00
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
session_diagnostics.rs UPDATE - accept start_point and snippet instead of SourceMap 2022-09-05 17:26:57 -04:00