File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 111111// Language features:
112112#![ feature( abi_unadjusted) ]
113113#![ feature( allow_internal_unstable) ]
114- #![ feature( arbitrary_self_types) ]
115114#![ feature( asm) ]
116115#![ feature( associated_type_bounds) ]
117116#![ feature( auto_traits) ]
127126#![ feature( const_precise_live_drops) ]
128127#![ feature( const_raw_ptr_deref) ]
129128#![ feature( const_refs_to_cell) ]
130- #![ feature( custom_inner_attributes) ]
131129#![ feature( decl_macro) ]
132130#![ feature( doc_cfg) ]
133131#![ feature( doc_notable_trait) ]
142140#![ feature( min_specialization) ]
143141#![ feature( negative_impls) ]
144142#![ feature( never_type) ]
145- #![ feature( nll) ]
146143#![ feature( no_core) ]
147144#![ feature( no_coverage) ] // rust-lang/rust#84605
148145#![ feature( no_niche) ] // rust-lang/rust#68303
159156#![ feature( try_blocks) ]
160157#![ feature( unboxed_closures) ]
161158#![ feature( unsized_fn_params) ]
162- #![ feature( unwind_attributes) ]
163159
164160// Target features:
165161#![ feature( aarch64_target_feature) ]
You can’t perform that action at this time.
0 commit comments