Stabilize const unchecked conversion from u32 to char

This commit is contained in:
David Tolnay
2024-06-25 10:55:33 -07:00
parent d929a42a66
commit 9d3c79bcd0
3 changed files with 5 additions and 3 deletions

View File

@@ -122,7 +122,6 @@
#![feature(const_bigint_helper_methods)]
#![feature(const_black_box)]
#![feature(const_cell_into_inner)]
#![feature(const_char_from_u32_unchecked)]
#![feature(const_eval_select)]
#![feature(const_exact_div)]
#![feature(const_float_bits_conv)]