File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 13
13
#![ feature( exhaustive_patterns) ] // `let Ok(()) = Ok::<(), !>(())`
14
14
#![ feature( decl_macro) ]
15
15
#![ feature( set_ptr_value) ] // `<*const T>::set_ptr_value`
16
- #![ feature( option_result_unwrap_unchecked) ] // `Option<T>::unwrap_unchecked`
17
16
#![ feature( cfg_target_has_atomic) ] // `#[cfg(target_has_atomic_load_store)]`
18
17
#![ feature( never_type) ] // `!`
19
18
#![ feature( const_type_id) ] // `TypeId::of` as `const fn`
Original file line number Diff line number Diff line change 1
1
#![ feature( const_maybe_uninit_assume_init) ]
2
- #![ feature( option_result_unwrap_unchecked) ]
3
2
#![ feature( const_slice_from_raw_parts) ]
4
3
#![ feature( const_fn_fn_ptr_basics) ]
5
4
#![ feature( cfg_target_has_atomic) ] // `#[cfg(target_has_atomic_load_store)]`
You can’t perform that action at this time.
0 commit comments