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 6
6
7
7
// tidy-alphabetical-start
8
8
#![ allow( internal_features) ]
9
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
9
10
#![ doc(
10
11
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
11
12
test( attr( deny( warnings) ) )
14
15
#![ feature( associated_type_defaults) ]
15
16
#![ feature( box_patterns) ]
16
17
#![ feature( if_let_guard) ]
17
- #![ feature( let_chains) ]
18
18
#![ feature( negative_impls) ]
19
19
#![ feature( never_type) ]
20
20
#![ feature( rustdoc_internals) ]
Original file line number Diff line number Diff line change 32
32
33
33
// tidy-alphabetical-start
34
34
#![ allow( internal_features) ]
35
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
35
36
#![ doc( rust_logo) ]
36
37
#![ feature( assert_matches) ]
37
38
#![ feature( box_patterns) ]
38
39
#![ feature( exact_size_is_empty) ]
39
40
#![ feature( if_let_guard) ]
40
- #![ feature( let_chains) ]
41
41
#![ feature( rustdoc_internals) ]
42
42
// tidy-alphabetical-end
43
43
Original file line number Diff line number Diff line change 4
4
5
5
// tidy-alphabetical-start
6
6
#![ allow( internal_features) ]
7
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
7
8
#![ doc( rust_logo) ]
8
9
#![ feature( box_patterns) ]
9
10
#![ feature( if_let_guard) ]
10
11
#![ feature( iter_is_partitioned) ]
11
- #![ feature( let_chains) ]
12
12
#![ feature( rustdoc_internals) ]
13
13
// tidy-alphabetical-end
14
14
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
2
#![ allow( internal_features) ]
3
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
3
4
#![ doc( rust_logo) ]
4
- #![ feature( let_chains) ]
5
5
#![ feature( rustdoc_internals) ]
6
6
// tidy-alphabetical-end
7
7
Original file line number Diff line number Diff line change 77
77
78
78
// tidy-alphabetical-start
79
79
#![ allow( internal_features) ]
80
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
80
81
#![ doc( rust_logo) ]
81
- #![ feature( let_chains) ]
82
82
#![ feature( rustdoc_internals) ]
83
83
// tidy-alphabetical-end
84
84
Original file line number Diff line number Diff line change 2
2
3
3
// tidy-alphabetical-start
4
4
#![ allow( internal_features) ]
5
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
5
6
#![ doc( rust_logo) ]
6
7
#![ feature( assert_matches) ]
7
8
#![ feature( box_patterns) ]
8
9
#![ feature( file_buffered) ]
9
10
#![ feature( if_let_guard) ]
10
- #![ feature( let_chains) ]
11
11
#![ feature( negative_impls) ]
12
12
#![ feature( never_type) ]
13
13
#![ feature( rustc_attrs) ]
Original file line number Diff line number Diff line change 5
5
#![ allow( internal_features) ]
6
6
#![ allow( rustc:: diagnostic_outside_of_impl) ]
7
7
#![ allow( rustc:: untranslatable_diagnostic) ]
8
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
8
9
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
9
10
#![ doc( rust_logo) ]
10
11
#![ feature( assert_matches) ]
11
12
#![ feature( autodiff) ]
12
13
#![ feature( box_patterns) ]
13
14
#![ feature( decl_macro) ]
14
15
#![ feature( if_let_guard) ]
15
- #![ feature( let_chains) ]
16
16
#![ feature( proc_macro_internals) ]
17
17
#![ feature( proc_macro_quote) ]
18
18
#![ feature( rustdoc_internals) ]
Original file line number Diff line number Diff line change 6
6
7
7
// tidy-alphabetical-start
8
8
#![ allow( internal_features) ]
9
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
9
10
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
10
11
#![ doc( rust_logo) ]
11
12
#![ feature( assert_matches) ]
15
16
#![ feature( if_let_guard) ]
16
17
#![ feature( impl_trait_in_assoc_type) ]
17
18
#![ feature( iter_intersperse) ]
18
- #![ feature( let_chains) ]
19
19
#![ feature( rustdoc_internals) ]
20
20
#![ feature( slice_as_array) ]
21
21
#![ feature( try_blocks) ]
Original file line number Diff line number Diff line change 2
2
#![ allow( internal_features) ]
3
3
#![ allow( rustc:: diagnostic_outside_of_impl) ]
4
4
#![ allow( rustc:: untranslatable_diagnostic) ]
5
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
5
6
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
6
7
#![ doc( rust_logo) ]
7
8
#![ feature( assert_matches) ]
8
9
#![ feature( box_patterns) ]
9
10
#![ feature( file_buffered) ]
10
11
#![ feature( if_let_guard) ]
11
- #![ feature( let_chains) ]
12
12
#![ feature( negative_impls) ]
13
13
#![ feature( rustdoc_internals) ]
14
14
#![ feature( string_from_utf8_lossy_owned) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
2
#![ allow( internal_features) ]
3
3
#![ allow( rustc:: diagnostic_outside_of_impl) ]
4
+ #![ cfg_attr( bootstrap, feature( let_chains) ) ]
4
5
#![ doc( rust_logo) ]
5
6
#![ feature( assert_matches) ]
6
7
#![ feature( box_patterns) ]
7
8
#![ feature( decl_macro) ]
8
9
#![ feature( if_let_guard) ]
9
- #![ feature( let_chains) ]
10
10
#![ feature( never_type) ]
11
11
#![ feature( rustdoc_internals) ]
12
12
#![ feature( slice_ptr_get) ]
You can’t perform that action at this time.
0 commit comments