File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
#![ feature( const_alloc_layout) ]
75
75
#![ feature( const_discriminant) ]
76
76
#![ cfg_attr( bootstrap, feature( const_if_match) ) ]
77
- #![ feature( const_loop) ]
77
+ #![ cfg_attr ( bootstrap , feature( const_loop) ) ]
78
78
#![ feature( const_checked_int_methods) ]
79
79
#![ feature( const_euclidean_int_methods) ]
80
80
#![ feature( const_overflowing_int_methods) ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Rust MIR: a lowered representation of Rust.
11
11
#![ feature( box_syntax) ]
12
12
#![ feature( const_fn) ]
13
13
#![ cfg_attr( bootstrap, feature( const_if_match) ) ]
14
- #![ feature( const_loop) ]
14
+ #![ cfg_attr ( bootstrap , feature( const_loop) ) ]
15
15
#![ feature( const_panic) ]
16
16
#![ feature( crate_visibility_modifier) ]
17
17
#![ feature( decl_macro) ]
You can’t perform that action at this time.
0 commit comments