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 1313#![ feature( exhaustive_patterns) ] // `let Ok(()) = Ok::<(), !>(())`
1414#![ feature( decl_macro) ]
1515#![ feature( set_ptr_value) ] // `<*const T>::set_ptr_value`
16- #![ feature( option_result_unwrap_unchecked) ] // `Option<T>::unwrap_unchecked`
1716#![ feature( cfg_target_has_atomic) ] // `#[cfg(target_has_atomic_load_store)]`
1817#![ feature( never_type) ] // `!`
1918#![ feature( const_type_id) ] // `TypeId::of` as `const fn`
Original file line number Diff line number Diff line change 11#![ feature( const_maybe_uninit_assume_init) ]
2- #![ feature( option_result_unwrap_unchecked) ]
32#![ feature( const_slice_from_raw_parts) ]
43#![ feature( const_fn_fn_ptr_basics) ]
54#![ feature( cfg_target_has_atomic) ] // `#[cfg(target_has_atomic_load_store)]`
You can’t perform that action at this time.
0 commit comments