about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorSlanterns <slanterns.w@gmail.com>2024-06-04 05:26:55 +0800
committerSlanterns <slanterns.w@gmail.com>2024-06-07 08:30:00 +0800
commit76065f5b27b780132ccb5590ccf657ac71ecbf73 (patch)
treeedd0434416fc7c721fd24423a3940a41ef695ac0 /library/alloc/src
parent98489f2487465f3765e5dd28d7305ebfd40f0865 (diff)
downloadrust-76065f5b27b780132ccb5590ccf657ac71ecbf73.tar.gz
rust-76065f5b27b780132ccb5590ccf657ac71ecbf73.zip
Stabilize `error_in_core`
Diffstat (limited to 'library/alloc/src')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 4ac0c9b15be..4749b8880fb 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -121,7 +121,6 @@
 #![feature(deref_pure_trait)]
 #![feature(dispatch_from_dyn)]
 #![feature(error_generic_member_access)]
-#![feature(error_in_core)]
 #![feature(exact_size_is_empty)]
 #![feature(extend_one)]
 #![feature(fmt_internals)]