diff options
| author | Slanterns <slanterns.w@gmail.com> | 2024-06-04 05:26:55 +0800 |
|---|---|---|
| committer | Slanterns <slanterns.w@gmail.com> | 2024-06-07 08:30:00 +0800 |
| commit | 76065f5b27b780132ccb5590ccf657ac71ecbf73 (patch) | |
| tree | edd0434416fc7c721fd24423a3940a41ef695ac0 /library/alloc/src | |
| parent | 98489f2487465f3765e5dd28d7305ebfd40f0865 (diff) | |
| download | rust-76065f5b27b780132ccb5590ccf657ac71ecbf73.tar.gz rust-76065f5b27b780132ccb5590ccf657ac71ecbf73.zip | |
Stabilize `error_in_core`
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
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)] |
