Make {integer}::from_str_radix constant

This commit is contained in:
George Bateman
2023-07-25 22:27:15 +01:00
parent 7e0ed43287
commit 3855b8bb60
10 changed files with 248 additions and 175 deletions

View File

@@ -137,6 +137,7 @@
#![feature(const_heap)]
#![feature(const_hint_assert_unchecked)]
#![feature(const_index_range_slice_index)]
#![feature(const_int_from_str)]
#![feature(const_intrinsic_copy)]
#![feature(const_intrinsic_forget)]
#![feature(const_ipv4)]