Stabilize PanicInfo::message() and PanicMessage

This commit is contained in:
StackOverflowExcept1on
2024-06-20 13:05:45 +03:00
parent 1208eddaff
commit bb00657d16
4 changed files with 6 additions and 8 deletions

View File

@@ -341,7 +341,6 @@
#![feature(maybe_uninit_uninit_array)]
#![feature(maybe_uninit_write_slice)]
#![feature(panic_can_unwind)]
#![feature(panic_info_message)]
#![feature(panic_internals)]
#![feature(pointer_is_aligned_to)]
#![feature(portable_simd)]