make rustc_allow_const_fn_unstable an actual rustc_attrs attribute
This commit is contained in:
parent
d1a11b670b
commit
83ef5059d6
11 changed files with 98 additions and 105 deletions
|
|
@ -182,7 +182,6 @@
|
|||
#![feature(negative_impls)]
|
||||
#![feature(never_type)]
|
||||
#![feature(optimize_attribute)]
|
||||
#![feature(rustc_allow_const_fn_unstable)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(slice_internals)]
|
||||
#![feature(staged_api)]
|
||||
|
|
|
|||
|
|
@ -159,7 +159,6 @@
|
|||
#![feature(pattern_types)]
|
||||
#![feature(prelude_import)]
|
||||
#![feature(repr_simd)]
|
||||
#![feature(rustc_allow_const_fn_unstable)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![feature(simd_ffi)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue