about summary refs log tree commit diff
path: root/library/core/src/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-16 14:40:08 +0000
committerbors <bors@rust-lang.org>2024-10-16 14:40:08 +0000
commitbed75e7c21e8d18bd536a0f7c9e479d2f6707db3 (patch)
tree4c7fc86850f97da7e70de6e039de76a0d78c8cc5 /library/core/src/lib.rs
parent0037048da8ed19feef7ee1437f123a88a7342b33 (diff)
parentcd60224af72a380dad27f01afc08c7374105525b (diff)
downloadrust-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.rs3
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)]