const fn str::split_at*

This commit is contained in:
Zachary S
2024-10-23 14:22:56 -05:00
parent 8ee548fcf0
commit aa493d0b60
2 changed files with 31 additions and 6 deletions

View File

@@ -196,7 +196,9 @@
#![feature(cfg_target_has_atomic_equal_alignment)]
#![feature(cfg_ub_checks)]
#![feature(const_for)]
#![feature(const_is_char_boundary)]
#![feature(const_precise_live_drops)]
#![feature(const_str_split_at)]
#![feature(decl_macro)]
#![feature(deprecated_suggestion)]
#![feature(doc_cfg)]