File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 24
24
25
25
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
26
26
#![ doc( rust_logo) ]
27
+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
28
+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
27
29
#![ feature( rustdoc_internals) ]
28
30
#![ feature( allocator_api) ]
29
31
#![ feature( array_windows) ]
32
34
#![ feature( core_intrinsics) ]
33
35
#![ feature( const_type_name) ]
34
36
#![ feature( discriminant_kind) ]
35
- #![ feature( exhaustive_patterns) ]
36
37
#![ feature( coroutines) ]
37
38
#![ feature( if_let_guard) ]
38
39
#![ feature( inline_const) ]
Original file line number Diff line number Diff line change 9
9
10
10
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
11
11
#![ doc( rust_logo) ]
12
+ #![ cfg_attr( bootstrap, feature( exhaustive_patterns) ) ]
13
+ #![ cfg_attr( not( bootstrap) , feature( min_exhaustive_patterns) ) ]
12
14
#![ feature( rustdoc_internals) ]
13
15
#![ feature( assert_matches) ]
14
- #![ feature( exhaustive_patterns) ]
15
16
#![ feature( iter_intersperse) ]
16
17
#![ feature( let_chains) ]
17
18
#![ cfg_attr( bootstrap, feature( min_specialization) ) ]
You can’t perform that action at this time.
0 commit comments