diff options
| author | StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> | 2024-06-20 13:05:45 +0300 |
|---|---|---|
| committer | StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> | 2024-06-20 14:06:33 +0300 |
| commit | bb00657d168e347ac04b5f90e8e77edc14a03050 (patch) | |
| tree | 085aec10857094ca63545e5bf62d4e676d7ac4e5 /library/std/src | |
| parent | 1208eddaff59c98e37574c860de6f68aa404958f (diff) | |
| download | rust-bb00657d168e347ac04b5f90e8e77edc14a03050.tar.gz rust-bb00657d168e347ac04b5f90e8e77edc14a03050.zip | |
Stabilize `PanicInfo::message()` and `PanicMessage`
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 1c226f9f08f..0f4064d10b5 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -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)] |
