make `CStr::from_bytes_with_nul_unchecked()` a const fn

closes #54678
This commit is contained in:
Austin Bonander 2018-10-02 04:26:16 -07:00
parent 092bf2b500
commit e0caaec6f9
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@
#![feature(const_int_ops)]
#![feature(const_ip)]
#![feature(const_raw_ptr_deref)]
#![feature(const_cstr_unchecked)]
#![feature(core_intrinsics)]
#![feature(dropck_eyepatch)]
#![feature(exact_size_is_empty)]