Add new feature gate to standard library
This commit is contained in:
parent
2049052cb9
commit
6a52c09440
2 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,7 @@
|
|||
#![feature(clamp)]
|
||||
#![feature(concat_idents)]
|
||||
#![feature(const_cstr_unchecked)]
|
||||
#![cfg_attr(not(bootstrap), feature(const_fn_floating_point_arithmetic))]
|
||||
#![feature(const_fn_transmute)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_ip)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue