constify CStr methods

This commit is contained in:
Maybe Waffle
2022-08-09 03:20:15 +04:00
parent 9bbbf60b04
commit cb02b647dc
3 changed files with 37 additions and 12 deletions

View File

@@ -157,6 +157,7 @@
#![feature(const_slice_from_ref)]
#![feature(const_slice_index)]
#![feature(const_is_char_boundary)]
#![feature(const_cstr_methods)]
//
// Language features:
#![feature(abi_unadjusted)]