about summary refs log tree commit diff
path: root/library/std/src/lib.rs
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/std/src/lib.rs
parent98489f2487465f3765e5dd28d7305ebfd40f0865 (diff)
downloadrust-76065f5b27b780132ccb5590ccf657ac71ecbf73.tar.gz
rust-76065f5b27b780132ccb5590ccf657ac71ecbf73.zip
Stabilize `error_in_core`
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 9d6576fa841..1c226f9f08f 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -324,7 +324,6 @@
 #![feature(core_io_borrowed_buf)]
 #![feature(duration_constants)]
 #![feature(error_generic_member_access)]
-#![feature(error_in_core)]
 #![feature(error_iter)]
 #![feature(exact_size_is_empty)]
 #![feature(exclusive_wrapper)]