1
Fork 0

Stabilize const_cstr_unchecked

This commit is contained in:
Konrad Borowski 2021-12-13 08:43:19 +01:00
parent 4a7fb971c9
commit 23e4aeb140
3 changed files with 1 additions and 3 deletions

View file

@ -252,7 +252,6 @@
#![feature(char_internals)]
#![cfg_attr(not(bootstrap), feature(concat_bytes))]
#![feature(concat_idents)]
#![feature(const_cstr_unchecked)]
#![feature(const_fn_floating_point_arithmetic)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(const_fn_trait_bound)]