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 7474#![ feature( const_alloc_layout) ]  
7575#![ feature( const_discriminant) ]  
7676#![ cfg_attr( bootstrap,  feature( const_if_match) ) ]  
77- #![ feature( const_loop) ]  
77+ #![ cfg_attr ( bootstrap ,   feature( const_loop) ) ]  
7878#![ feature( const_checked_int_methods) ]  
7979#![ feature( const_euclidean_int_methods) ]  
8080#![ 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.
1111#![ feature( box_syntax) ]  
1212#![ feature( const_fn) ]  
1313#![ cfg_attr( bootstrap,  feature( const_if_match) ) ]  
14- #![ feature( const_loop) ]  
14+ #![ cfg_attr ( bootstrap ,   feature( const_loop) ) ]  
1515#![ feature( const_panic) ]  
1616#![ feature( crate_visibility_modifier) ]  
1717#![ feature( decl_macro) ]  
                                 You can’t perform that action at this time. 
               
                  
0 commit comments