File tree Expand file tree Collapse file tree 40 files changed +40
-40
lines changed
rustc_attr_data_structures/src
rustc_pattern_analysis/src
rustc_symbol_mangling/src
rustc_trait_selection/src Expand file tree Collapse file tree 40 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 66
77// tidy-alphabetical-start
88#![ allow( internal_features) ]
9+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
910#![ doc(
1011 html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
1112 test( attr( deny( warnings) ) )
1415#![ feature( associated_type_defaults) ]
1516#![ feature( box_patterns) ]
1617#![ feature( if_let_guard) ]
17- #![ feature( let_chains) ]
1818#![ feature( negative_impls) ]
1919#![ feature( never_type) ]
2020#![ feature( rustdoc_internals) ]
Original file line number Diff line number Diff line change 3232
3333// tidy-alphabetical-start
3434#![ allow( internal_features) ]
35+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
3536#![ doc( rust_logo) ]
3637#![ feature( assert_matches) ]
3738#![ feature( box_patterns) ]
3839#![ feature( exact_size_is_empty) ]
3940#![ feature( if_let_guard) ]
40- #![ feature( let_chains) ]
4141#![ feature( rustdoc_internals) ]
4242// tidy-alphabetical-end
4343
Original file line number Diff line number Diff line change 44
55// tidy-alphabetical-start
66#![ allow( internal_features) ]
7+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
78#![ doc( rust_logo) ]
89#![ feature( box_patterns) ]
910#![ feature( if_let_guard) ]
1011#![ feature( iter_is_partitioned) ]
11- #![ feature( let_chains) ]
1212#![ feature( rustdoc_internals) ]
1313// tidy-alphabetical-end
1414
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
22#![ allow( internal_features) ]
3+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
34#![ doc( rust_logo) ]
4- #![ feature( let_chains) ]
55#![ feature( rustdoc_internals) ]
66// tidy-alphabetical-end
77
Original file line number Diff line number Diff line change 7777
7878// tidy-alphabetical-start
7979#![ allow( internal_features) ]
80+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
8081#![ doc( rust_logo) ]
81- #![ feature( let_chains) ]
8282#![ feature( rustdoc_internals) ]
8383// tidy-alphabetical-end
8484
Original file line number Diff line number Diff line change 22
33// tidy-alphabetical-start
44#![ allow( internal_features) ]
5+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
56#![ doc( rust_logo) ]
67#![ feature( assert_matches) ]
78#![ feature( box_patterns) ]
89#![ feature( file_buffered) ]
910#![ feature( if_let_guard) ]
10- #![ feature( let_chains) ]
1111#![ feature( negative_impls) ]
1212#![ feature( never_type) ]
1313#![ feature( rustc_attrs) ]
Original file line number Diff line number Diff line change 55#![ allow( internal_features) ]
66#![ allow( rustc:: diagnostic_outside_of_impl) ]
77#![ allow( rustc:: untranslatable_diagnostic) ]
8+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
89#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
910#![ doc( rust_logo) ]
1011#![ feature( assert_matches) ]
1112#![ feature( autodiff) ]
1213#![ feature( box_patterns) ]
1314#![ feature( decl_macro) ]
1415#![ feature( if_let_guard) ]
15- #![ feature( let_chains) ]
1616#![ feature( proc_macro_internals) ]
1717#![ feature( proc_macro_quote) ]
1818#![ feature( rustdoc_internals) ]
Original file line number Diff line number Diff line change 66
77// tidy-alphabetical-start
88#![ allow( internal_features) ]
9+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
910#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
1011#![ doc( rust_logo) ]
1112#![ feature( assert_matches) ]
1516#![ feature( if_let_guard) ]
1617#![ feature( impl_trait_in_assoc_type) ]
1718#![ feature( iter_intersperse) ]
18- #![ feature( let_chains) ]
1919#![ feature( rustdoc_internals) ]
2020#![ feature( slice_as_array) ]
2121#![ feature( try_blocks) ]
Original file line number Diff line number Diff line change 22#![ allow( internal_features) ]
33#![ allow( rustc:: diagnostic_outside_of_impl) ]
44#![ allow( rustc:: untranslatable_diagnostic) ]
5+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
56#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
67#![ doc( rust_logo) ]
78#![ feature( assert_matches) ]
89#![ feature( box_patterns) ]
910#![ feature( file_buffered) ]
1011#![ feature( if_let_guard) ]
11- #![ feature( let_chains) ]
1212#![ feature( negative_impls) ]
1313#![ feature( rustdoc_internals) ]
1414#![ feature( string_from_utf8_lossy_owned) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
22#![ allow( internal_features) ]
33#![ allow( rustc:: diagnostic_outside_of_impl) ]
4+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
45#![ doc( rust_logo) ]
56#![ feature( assert_matches) ]
67#![ feature( box_patterns) ]
78#![ feature( decl_macro) ]
89#![ feature( if_let_guard) ]
9- #![ feature( let_chains) ]
1010#![ feature( never_type) ]
1111#![ feature( rustdoc_internals) ]
1212#![ feature( slice_ptr_get) ]
You can’t perform that action at this time.
0 commit comments