about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2024-07-22 22:06:16 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2024-07-28 14:46:29 -0400
commit5faea65d4d7b8e9d5e721be5672a13a026a26cb8 (patch)
tree6bb700211db234fe638564956487d8735ac09131 /src
parent0812732cfc9a72775e1ff37407e38e097f9a0cfd (diff)
downloadrust-5faea65d4d7b8e9d5e721be5672a13a026a26cb8.tar.gz
rust-5faea65d4d7b8e9d5e721be5672a13a026a26cb8.zip
step cfg(bootstrap)
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver.rs b/src/driver.rs
index 9b1577f24b8..3fafe2427a2 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -2,7 +2,6 @@
 #![allow(rustc::untranslatable_diagnostic)]
 #![feature(rustc_private)]
 #![feature(let_chains)]
-#![cfg_attr(bootstrap, feature(lint_reasons))]
 #![cfg_attr(feature = "deny-warnings", deny(warnings))]
 // warn on lints, that are included in `rust-lang/rust`s bootstrap
 #![warn(rust_2018_idioms, unused_lifetimes)]