rust/compiler/rustc_expand/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
..
mbe Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
mut_visit
parse
tokenstream
base.rs ssa: implement #[collapse_debuginfo] 2022-09-07 13:54:51 +01:00
build.rs make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
config.rs make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
errors.rs Replace #[lint/warning/error] with #[diag] 2022-08-21 09:17:43 +02:00
expand.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
mbe.rs
module.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
placeholders.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
proc_macro_server.rs Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb 2022-09-01 00:26:53 +00:00
proc_macro.rs Fix ci checks 2022-08-31 18:25:00 +08:00
tests.rs