File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 87
87
#![ feature( link_llvm_intrinsics) ]
88
88
#![ feature( never_type) ]
89
89
#![ feature( nll) ]
90
- #![ feature( bind_by_move_pattern_guards) ]
90
+ #![ cfg_attr ( bootstrap , feature( bind_by_move_pattern_guards) ) ]
91
91
#![ feature( exhaustive_patterns) ]
92
92
#![ feature( no_core) ]
93
93
#![ feature( on_unimplemented) ]
Original file line number Diff line number Diff line change 8
8
9
9
#![ feature( in_band_lifetimes) ]
10
10
#![ feature( nll) ]
11
- #![ feature( bind_by_move_pattern_guards) ]
11
+ #![ cfg_attr ( bootstrap , feature( bind_by_move_pattern_guards) ) ]
12
12
13
13
#![ recursion_limit="256" ]
14
14
Original file line number Diff line number Diff line change 1
1
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ,
2
2
html_playground_url = "https://play.rust-lang.org/" ) ]
3
3
4
- #![ feature( bind_by_move_pattern_guards) ]
4
+ #![ cfg_attr ( bootstrap , feature( bind_by_move_pattern_guards) ) ]
5
5
#![ feature( rustc_private) ]
6
6
#![ feature( arbitrary_self_types) ]
7
7
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 238
238
#![ feature( array_error_internals) ]
239
239
#![ feature( asm) ]
240
240
#![ feature( associated_type_bounds) ]
241
- #![ feature( bind_by_move_pattern_guards) ]
241
+ #![ cfg_attr ( bootstrap , feature( bind_by_move_pattern_guards) ) ]
242
242
#![ feature( box_syntax) ]
243
243
#![ feature( c_variadic) ]
244
244
#![ feature( cfg_target_has_atomic) ]
Original file line number Diff line number Diff line change 7
7
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ,
8
8
test( attr( deny( warnings) ) ) ) ]
9
9
10
- #![ feature( bind_by_move_pattern_guards) ]
10
+ #![ cfg_attr ( bootstrap , feature( bind_by_move_pattern_guards) ) ]
11
11
#![ feature( box_syntax) ]
12
12
#![ feature( const_fn) ]
13
13
#![ feature( const_transmute) ]
You can’t perform that action at this time.
0 commit comments