const stabilize .

This commit is contained in:
Mazdak Farrokhzad
2019-01-13 04:00:03 +01:00
parent 75a369c5b1
commit 2b234f61c6
6 changed files with 48 additions and 24 deletions

View File

@@ -114,6 +114,7 @@
#![feature(const_slice_len)]
#![feature(const_str_as_bytes)]
#![feature(const_str_len)]
#![cfg_attr(stage0, feature(const_let))]
#![cfg_attr(stage0, feature(const_int_rotate))]
#![feature(const_int_conversion)]
#![feature(const_transmute)]