File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 242
242
#![ feature( atomic_mut_ptr) ]
243
243
#![ feature( box_syntax) ]
244
244
#![ feature( c_variadic) ]
245
- #![ feature( cfg_accessible) ]
246
245
#![ feature( can_vector) ]
246
+ #![ feature( cfg_accessible) ]
247
247
#![ feature( cfg_target_has_atomic) ]
248
248
#![ feature( cfg_target_thread_local) ]
249
249
#![ feature( char_error_internals) ]
276
276
#![ feature( hashmap_internals) ]
277
277
#![ feature( int_error_internals) ]
278
278
#![ feature( int_error_matching) ]
279
- #![ feature( into_future) ]
280
279
#![ feature( integer_atomics) ]
280
+ #![ feature( into_future) ]
281
281
#![ feature( lang_items) ]
282
282
#![ feature( libc) ]
283
283
#![ feature( link_args) ]
286
286
#![ feature( log_syntax) ]
287
287
#![ feature( maybe_uninit_ref) ]
288
288
#![ feature( maybe_uninit_slice) ]
289
+ #![ feature( min_specialization) ]
289
290
#![ feature( needs_panic_runtime) ]
290
291
#![ feature( negative_impls) ]
291
292
#![ feature( never_type) ]
305
306
#![ feature( shrink_to) ]
306
307
#![ feature( slice_concat_ext) ]
307
308
#![ feature( slice_internals) ]
308
- #![ feature( min_specialization) ]
309
309
#![ feature( staged_api) ]
310
310
#![ feature( std_internals) ]
311
311
#![ feature( stdsimd) ]
You can’t perform that action at this time.
0 commit comments