File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 77#![ feature( maybe_uninit_slice) ]
88#![ feature( const_mut_refs) ]
99#![ feature( const_slice_from_raw_parts) ]
10- #![ feature( const_raw_ptr_deref) ]
1110#![ feature( const_option) ]
1211#![ feature( const_trait_impl) ]
1312#![ feature( const_refs_to_cell) ]
Original file line number Diff line number Diff line change 44#![ feature( const_fn_fn_ptr_basics) ]
55#![ feature( cfg_target_has_atomic) ] // `#[cfg(target_has_atomic_load_store)]`
66#![ feature( const_fn_trait_bound) ]
7- #![ feature( const_raw_ptr_deref) ]
87#![ feature( exhaustive_patterns) ] // `let Ok(()) = Ok::<(), !>(())`
98#![ feature( generic_const_exprs) ]
109#![ feature( const_refs_to_cell) ]
Original file line number Diff line number Diff line change 33#![ feature( const_mut_refs) ]
44#![ feature( const_fn_fn_ptr_basics) ]
55#![ feature( const_ptr_offset_from) ]
6- #![ feature( const_raw_ptr_deref) ]
76#![ feature( const_refs_to_cell) ]
87#![ feature( const_trait_impl) ]
98#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 55#![ feature( decl_macro) ]
66#![ feature( generic_const_exprs) ]
77#![ feature( const_ptr_offset_from) ]
8- #![ feature( const_raw_ptr_deref) ]
98#![ feature( const_refs_to_cell) ]
109#![ feature( slice_ptr_len) ]
1110#![ feature( naked_functions) ]
You can’t perform that action at this time.
0 commit comments