File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7070#![warn(missing_docs)]
7171#![warn(missing_debug_implementations)]
7272#![allow(explicit_outlives_requirements)]
73- #![allow(incomplete_features)]
7473#![deny(unsafe_op_in_unsafe_fn)]
7574#![feature(rustc_allow_const_fn_unstable)]
7675#![cfg_attr(not(test), feature(generator_trait))]
9089#![feature(coerce_unsized)]
9190#![feature(const_btree_new)]
9291#![feature(const_fn)]
93- #![feature(const_generics)]
9492#![feature(const_in_array_repeat_expressions)]
9593#![feature(cow_is_borrowed)]
9694#![feature(const_cow_is_borrowed)]
120118#![feature(raw_ref_op)]
121119#![feature(rustc_attrs)]
122120#![feature(receiver_trait)]
121+ #![cfg_attr(bootstrap, feature(min_const_generics))]
123122#![feature(min_specialization)]
124123#![feature(slice_ptr_get)]
125124#![feature(slice_ptr_len)]
Original file line number Diff line number Diff line change 6262#![ warn( missing_docs) ]
6363#![ warn( missing_debug_implementations) ]
6464#![ allow( explicit_outlives_requirements) ]
65- #![allow(incomplete_features)]
6665#![ feature( rustc_allow_const_fn_unstable) ]
6766#![ feature( allow_internal_unstable) ]
6867#![ feature( arbitrary_self_types) ]
8988#![ feature( const_impl_trait) ]
9089#![ feature( const_fn_floating_point_arithmetic) ]
9190#![ feature( const_fn_fn_ptr_basics) ]
92- #![feature(const_generics)]
9391#![ feature( const_option) ]
9492#![ feature( const_precise_live_drops) ]
9593#![ feature( const_ptr_offset) ]
131129#![ feature( repr_simd, platform_intrinsics) ]
132130#![ feature( rustc_attrs) ]
133131#![ feature( simd_ffi) ]
132+ #![ cfg_attr( bootstrap, feature( min_const_generics) ) ]
134133#![ feature( min_specialization) ]
135134#![ feature( staged_api) ]
136135#![ feature( std_internals) ]
You can’t perform that action at this time.
0 commit comments