about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-07 20:37:30 +0000
committerbors <bors@rust-lang.org>2024-09-07 20:37:30 +0000
commit12b26c13fba25c9e1bc2fdf05f3c2dbb851c83de (patch)
treeebe3578a3ce2cccc73d7185a81e3739ac0b13876 /compiler/rustc_driver_impl
parentec867f03bcd6c39156ef13eb5f85bf4fb924ca29 (diff)
parent0091b8ab2a16aea880e2fe5d3c876f4f743640d5 (diff)
downloadrust-12b26c13fba25c9e1bc2fdf05f3c2dbb851c83de.tar.gz
rust-12b26c13fba25c9e1bc2fdf05f3c2dbb851c83de.zip
Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68
Bump boostrap compiler to new beta

Accidentally left some comments on the update cfgs commit directly xd
Diffstat (limited to 'compiler/rustc_driver_impl')
-rw-r--r--compiler/rustc_driver_impl/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/src/lib.rs b/compiler/rustc_driver_impl/src/lib.rs
index e7d0fab3f0d..1b7ca61cee8 100644
--- a/compiler/rustc_driver_impl/src/lib.rs
+++ b/compiler/rustc_driver_impl/src/lib.rs
@@ -7,7 +7,6 @@
 // tidy-alphabetical-start
 #![allow(internal_features)]
 #![allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
-#![cfg_attr(bootstrap, feature(unsafe_extern_blocks))]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]
 #![feature(decl_macro)]