Add new feature gate to standard library

This commit is contained in:
Dylan MacKenzie 2020-09-23 11:58:22 -07:00
parent 2049052cb9
commit 6a52c09440
2 changed files with 2 additions and 0 deletions

View file

@ -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)]