Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw';

This commit is contained in:
Gabriel Bjørnager Jensen
2024-09-21 12:32:14 +02:00
parent bfadadf78f
commit f48c5ec235
2 changed files with 37 additions and 26 deletions

View File

@@ -119,6 +119,7 @@
#![feature(const_bigint_helper_methods)]
#![feature(const_black_box)]
#![feature(const_cell_into_inner)]
#![feature(const_char_encode_utf16)]
#![feature(const_char_encode_utf8)]
#![feature(const_eval_select)]
#![feature(const_exact_div)]