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
|
@ -82,6 +82,7 @@
|
|||
#![feature(const_pin)]
|
||||
#![feature(const_fn_union)]
|
||||
#![feature(const_fn)]
|
||||
#![cfg_attr(not(bootstrap), feature(const_fn_floating_point_arithmetic))]
|
||||
#![feature(const_generics)]
|
||||
#![feature(const_option)]
|
||||
#![feature(const_precise_live_drops)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue