about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-12-09 14:36:34 +0100
committerRalf Jung <post@ralfj.de>2023-12-09 14:49:00 +0100
commitaf4913fcf4a23ff6f4ddd68a6b0266629105bddb (patch)
treec109bd99df07ba367298c305c4944a5788902b82 /library/alloc/src/lib.rs
parentce670339c3a12e264fcabec1a05e218ff180b439 (diff)
downloadrust-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.rs2
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)]