1
Fork 0

Stabilize PanicInfo::message() and PanicMessage

This commit is contained in:
StackOverflowExcept1on 2024-06-20 13:05:45 +03:00
parent 1208eddaff
commit bb00657d16
No known key found for this signature in database
GPG key ID: 878715DC338535BE
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)]