File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 111
111
// Language features:
112
112
#![ feature( abi_unadjusted) ]
113
113
#![ feature( allow_internal_unstable) ]
114
- #![ feature( arbitrary_self_types) ]
115
114
#![ feature( asm) ]
116
115
#![ feature( associated_type_bounds) ]
117
116
#![ feature( auto_traits) ]
127
126
#![ feature( const_precise_live_drops) ]
128
127
#![ feature( const_raw_ptr_deref) ]
129
128
#![ feature( const_refs_to_cell) ]
130
- #![ feature( custom_inner_attributes) ]
131
129
#![ feature( decl_macro) ]
132
130
#![ feature( doc_cfg) ]
133
131
#![ feature( doc_notable_trait) ]
142
140
#![ feature( min_specialization) ]
143
141
#![ feature( negative_impls) ]
144
142
#![ feature( never_type) ]
145
- #![ feature( nll) ]
146
143
#![ feature( no_core) ]
147
144
#![ feature( no_coverage) ] // rust-lang/rust#84605
148
145
#![ feature( no_niche) ] // rust-lang/rust#68303
159
156
#![ feature( try_blocks) ]
160
157
#![ feature( unboxed_closures) ]
161
158
#![ feature( unsized_fn_params) ]
162
- #![ feature( unwind_attributes) ]
163
159
164
160
// Target features:
165
161
#![ feature( aarch64_target_feature) ]
You can’t perform that action at this time.
0 commit comments