File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ macro_rules! forward_ref_op_assign {
7777}
7878
7979/// Create a zero-size type similar to a closure type, but named.
80- #[ unstable( feature = "std_internals" , issue = "none" ) ]
8180macro_rules! impl_fn_for_zst {
8281 ( $(
8382 $( #[ $attr: meta] ) *
Original file line number Diff line number Diff line change 7070#![ warn( missing_docs) ]
7171#![ allow( explicit_outlives_requirements) ]
7272
73- // Library features:
73+ // Library features for const fns :
7474#![ feature( const_align_of_val) ]
7575#![ feature( const_alloc_layout) ]
7676#![ feature( const_arguments_as_str) ]
105105#![ feature( duration_consts_2) ]
106106#![ feature( ptr_metadata) ]
107107#![ feature( slice_ptr_get) ]
108- #![ feature( std_internals) ]
109108#![ feature( variant_count) ]
110109
111110// Language features:
You can’t perform that action at this time.
0 commit comments