diff options
| author | Ralf Jung <post@ralfj.de> | 2023-12-09 14:36:34 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-12-09 14:49:00 +0100 |
| commit | af4913fcf4a23ff6f4ddd68a6b0266629105bddb (patch) | |
| tree | c109bd99df07ba367298c305c4944a5788902b82 /library/alloc/src/lib.rs | |
| parent | ce670339c3a12e264fcabec1a05e218ff180b439 (diff) | |
| download | rust-af4913fcf4a23ff6f4ddd68a6b0266629105bddb.tar.gz rust-af4913fcf4a23ff6f4ddd68a6b0266629105bddb.zip | |
merge core_panic feature into panic_internals
Diffstat (limited to 'library/alloc/src/lib.rs')
| -rw-r--r-- | library/alloc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 0af3ac38ee5..49352553486 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -120,7 +120,6 @@ #![feature(const_size_of_val)] #![feature(const_waker)] #![feature(core_intrinsics)] -#![feature(core_panic)] #![feature(deprecated_suggestion)] #![feature(dispatch_from_dyn)] #![feature(error_generic_member_access)] @@ -139,6 +138,7 @@ #![feature(maybe_uninit_slice)] #![feature(maybe_uninit_uninit_array)] #![feature(maybe_uninit_uninit_array_transpose)] +#![feature(panic_internals)] #![feature(pattern)] #![feature(ptr_internals)] #![feature(ptr_metadata)] |
