about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-06-08 04:25:44 +0200
committerGitHub <noreply@github.com>2024-06-08 04:25:44 +0200
commitcbda797b77d19e755e6b1107c9323b9d53496bbd (patch)
tree5256d36b8027dd197d93a5c49feac9347d22b361 /library/alloc/src
parent804421dff5542c9c7da5c60257b5dbc849719505 (diff)
parentf275ca09ddae04d656798bec5e862ad90325bdb8 (diff)
downloadrust-cbda797b77d19e755e6b1107c9323b9d53496bbd.tar.gz
rust-cbda797b77d19e755e6b1107c9323b9d53496bbd.zip
Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=Amanieu
Stabilize `error_in_core`

Closes: https://github.com/rust-lang/rust/issues/103765.

`@rustbot` label: +T-libs-api

r? libs-api
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)]