diff options
| author | bors <bors@rust-lang.org> | 2024-06-08 02:29:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-08 02:29:28 +0000 |
| commit | ff014f5de0c4d9a53e2d80b53e1faaca96964314 (patch) | |
| tree | 74467f78f356056968fadcf1d9e6e9bb74f5cbb1 /library/alloc/src | |
| parent | 8fb1930c20ace2bcd17c4a52392de38a1c84bd05 (diff) | |
| parent | 733a6f1a1cf3411f211c7fd4407bcacd9f20bdf3 (diff) | |
| download | rust-ff014f5de0c4d9a53e2d80b53e1faaca96964314.tar.gz rust-ff014f5de0c4d9a53e2d80b53e1faaca96964314.zip | |
Auto merge of #126144 - fmease:rollup-i9pcdys, r=fmease
Rollup of 6 pull requests Successful merges: - #125951 (Stabilize `error_in_core`) - #125998 (std::unix::fs::get_mode implementation for illumos/solaris.) - #126057 (Make html rendered by rustdoc allow searching non-English identifier / alias) - #126065 (mark binding undetermined if target name exist and not obtained) - #126105 (Add debugging utils and comments to Fuchsia scripts) - #126138 (Fix typo in docs for std::pin) r? `@ghost` `@rustbot` modify labels: rollup
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)] |
