diff options
| author | bors <bors@rust-lang.org> | 2024-10-16 14:40:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-16 14:40:08 +0000 |
| commit | bed75e7c21e8d18bd536a0f7c9e479d2f6707db3 (patch) | |
| tree | 4c7fc86850f97da7e70de6e039de76a0d78c8cc5 /library/core/src/lib.rs | |
| parent | 0037048da8ed19feef7ee1437f123a88a7342b33 (diff) | |
| parent | cd60224af72a380dad27f01afc08c7374105525b (diff) | |
| download | rust-bed75e7c21e8d18bd536a0f7c9e479d2f6707db3.tar.gz rust-bed75e7c21e8d18bd536a0f7c9e479d2f6707db3.zip | |
Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrum
Bump bootstrap compiler to 1.83.0-beta.1 https://forge.rust-lang.org/release/process.html#master-bootstrap-update-tuesday
Diffstat (limited to 'library/core/src/lib.rs')
| -rw-r--r-- | library/core/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index ccd6534de9b..7060da172f3 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -173,9 +173,6 @@ // // Language features: // tidy-alphabetical-start -#![cfg_attr(bootstrap, feature(const_mut_refs))] -#![cfg_attr(bootstrap, feature(const_refs_to_cell))] -#![cfg_attr(bootstrap, feature(const_refs_to_static))] #![feature(abi_unadjusted)] #![feature(adt_const_params)] #![feature(allow_internal_unsafe)] |
