rust/compiler
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
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_ast_lowering Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_ast_passes Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_ast_pretty make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
rustc_attr Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_borrowck Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_builtin_macros Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_codegen_cranelift Auto merge of #101212 - eholk:dyn-star, r=compiler-errors 2022-09-14 18:10:51 +00:00
rustc_codegen_gcc Remove dead broken code from const zst handling in backends 2022-09-06 14:09:49 +00:00
rustc_codegen_llvm Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_codegen_ssa Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_const_eval Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_data_structures Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_driver Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_error_codes
rustc_error_messages Better errors for implied static bound 2022-09-13 20:18:04 -04:00
rustc_errors Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_expand Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_feature Stabilize the let_else feature 2022-09-15 21:06:45 +02:00
rustc_fs_util
rustc_graphviz
rustc_hir Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_hir_pretty Handle generic parameters. 2022-09-09 01:31:46 +00:00
rustc_incremental Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_index Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_infer Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_interface Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_lexer remove unnecessary PartialOrd and Ord 2022-09-08 06:15:33 +09:00
rustc_lint Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_lint_defs Compute lint_levels by definition 2022-09-14 19:02:44 +02:00
rustc_llvm Introduce a fallible variant of LLVMConstIntGetZExtValue 2022-09-09 15:54:14 +02:00
rustc_log
rustc_macros Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_metadata Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_middle Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_mir_build Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_mir_dataflow Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_mir_transform Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_monomorphize Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_parse Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_parse_format
rustc_passes Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_plugin_impl
rustc_privacy Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_query_impl Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot 2022-09-15 11:54:03 +00:00
rustc_query_system Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_resolve Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_save_analysis Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_serialize Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_session Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_smir Only keep one version of ImplicitSelfKind. 2022-09-13 19:18:23 +02:00
rustc_span Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_symbol_mangling Address code review comments 2022-09-13 14:50:12 -07:00
rustc_target Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_trait_selection Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_traits Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_transmute Auto merge of #100726 - jswrenn:transmute, r=oli-obk 2022-09-04 07:55:44 +00:00
rustc_ty_utils Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_type_ir Address code review comments 2022-09-13 14:50:12 -07:00
rustc_typeck Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00