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 {
77
77
}
78
78
79
79
/// Create a zero-size type similar to a closure type, but named.
80
- #[ unstable( feature = "std_internals" , issue = "none" ) ]
81
80
macro_rules! impl_fn_for_zst {
82
81
( $(
83
82
$( #[ $attr: meta] ) *
Original file line number Diff line number Diff line change 70
70
#![ warn( missing_docs) ]
71
71
#![ allow( explicit_outlives_requirements) ]
72
72
73
- // Library features:
73
+ // Library features for const fns :
74
74
#![ feature( const_align_of_val) ]
75
75
#![ feature( const_alloc_layout) ]
76
76
#![ feature( const_arguments_as_str) ]
105
105
#![ feature( duration_consts_2) ]
106
106
#![ feature( ptr_metadata) ]
107
107
#![ feature( slice_ptr_get) ]
108
- #![ feature( std_internals) ]
109
108
#![ feature( variant_count) ]
110
109
111
110
// Language features:
You can’t perform that action at this time.
0 commit comments