libcore: rnable 2 unstable const fn features

So that we can bootstrap successfully
This commit is contained in:
Remy Rakic 2019-12-05 15:01:30 +01:00
parent 0f12711dd0
commit bc0df79db3
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@
#![feature(const_fn)]
#![feature(const_fn_union)]
#![feature(const_generics)]
#![cfg_attr(not(bootstrap), feature(const_ptr_offset_from))]
#![cfg_attr(not(bootstrap), feature(const_type_name))]
#![feature(custom_inner_attributes)]
#![feature(decl_macro)]
#![feature(doc_cfg)]