libs: use assert_unchecked instead of intrinsic

This commit is contained in:
joboet
2024-01-13 20:10:00 +01:00
parent 174e73a3f6
commit fa9a911a57
15 changed files with 28 additions and 22 deletions

View File

@@ -131,6 +131,7 @@
#![feature(const_fmt_arguments_new)]
#![feature(const_hash)]
#![feature(const_heap)]
#![feature(const_hint_assert_unchecked)]
#![feature(const_index_range_slice_index)]
#![feature(const_int_unchecked_arith)]
#![feature(const_intrinsic_forget)]