File tree 6 files changed +0
-6
lines changed
rustc_trait_selection/src
6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 15
15
#![ feature( box_into_inner) ]
16
16
#![ feature( box_patterns) ]
17
17
#![ feature( error_reporter) ]
18
- #![ cfg_attr( bootstrap, feature( extract_if) ) ]
19
18
#![ feature( if_let_guard) ]
20
19
#![ feature( let_chains) ]
21
20
#![ feature( negative_impls) ]
Original file line number Diff line number Diff line change 27
27
#![ feature( array_windows) ]
28
28
#![ feature( assert_matches) ]
29
29
#![ feature( box_patterns) ]
30
- #![ cfg_attr( bootstrap, feature( extract_if) ) ]
31
30
#![ feature( if_let_guard) ]
32
31
#![ feature( iter_order_by) ]
33
32
#![ feature( let_chains) ]
Original file line number Diff line number Diff line change 5
5
#![ feature( coroutines) ]
6
6
#![ feature( decl_macro) ]
7
7
#![ feature( error_iter) ]
8
- #![ cfg_attr( bootstrap, feature( extract_if) ) ]
9
8
#![ feature( file_buffered) ]
10
9
#![ feature( if_let_guard) ]
11
10
#![ feature( iter_from_coroutine) ]
Original file line number Diff line number Diff line change 45
45
#![ feature( decl_macro) ]
46
46
#![ feature( discriminant_kind) ]
47
47
#![ feature( extern_types) ]
48
- #![ cfg_attr( bootstrap, feature( extract_if) ) ]
49
48
#![ feature( file_buffered) ]
50
49
#![ feature( if_let_guard) ]
51
50
#![ feature( intra_doc_pointers) ]
Original file line number Diff line number Diff line change 15
15
#![ doc( rust_logo) ]
16
16
#![ feature( assert_matches) ]
17
17
#![ feature( box_patterns) ]
18
- #![ cfg_attr( bootstrap, feature( extract_if) ) ]
19
18
#![ feature( if_let_guard) ]
20
19
#![ feature( iter_intersperse) ]
21
20
#![ feature( let_chains) ]
Original file line number Diff line number Diff line change 20
20
#![ feature( associated_type_defaults) ]
21
21
#![ feature( box_patterns) ]
22
22
#![ feature( cfg_version) ]
23
- #![ cfg_attr( bootstrap, feature( extract_if) ) ]
24
23
#![ feature( if_let_guard) ]
25
24
#![ feature( iter_intersperse) ]
26
25
#![ feature( iterator_try_reduce) ]
You can’t perform that action at this time.
0 commit comments