File tree 4 files changed +0
-4
lines changed
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 7
7
#![ feature( maybe_uninit_slice) ]
8
8
#![ feature( const_mut_refs) ]
9
9
#![ feature( const_slice_from_raw_parts) ]
10
- #![ feature( const_raw_ptr_deref) ]
11
10
#![ feature( const_option) ]
12
11
#![ feature( const_trait_impl) ]
13
12
#![ feature( const_refs_to_cell) ]
Original file line number Diff line number Diff line change 4
4
#![ feature( const_fn_fn_ptr_basics) ]
5
5
#![ feature( cfg_target_has_atomic) ] // `#[cfg(target_has_atomic_load_store)]`
6
6
#![ feature( const_fn_trait_bound) ]
7
- #![ feature( const_raw_ptr_deref) ]
8
7
#![ feature( exhaustive_patterns) ] // `let Ok(()) = Ok::<(), !>(())`
9
8
#![ feature( generic_const_exprs) ]
10
9
#![ feature( const_refs_to_cell) ]
Original file line number Diff line number Diff line change 3
3
#![ feature( const_mut_refs) ]
4
4
#![ feature( const_fn_fn_ptr_basics) ]
5
5
#![ feature( const_ptr_offset_from) ]
6
- #![ feature( const_raw_ptr_deref) ]
7
6
#![ feature( const_refs_to_cell) ]
8
7
#![ feature( const_trait_impl) ]
9
8
#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 5
5
#![ feature( decl_macro) ]
6
6
#![ feature( generic_const_exprs) ]
7
7
#![ feature( const_ptr_offset_from) ]
8
- #![ feature( const_raw_ptr_deref) ]
9
8
#![ feature( const_refs_to_cell) ]
10
9
#![ feature( slice_ptr_len) ]
11
10
#![ feature( naked_functions) ]
You can’t perform that action at this time.
0 commit comments