diff options
| author | bors <bors@rust-lang.org> | 2024-07-30 17:49:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-07-30 17:49:08 +0000 |
| commit | f8060d282d42770fadd73905e3eefb85660d3278 (patch) | |
| tree | 5d5382a8f8cf048d3b88bd556a080937945b1bd0 /compiler/rustc_builtin_macros/src/lib.rs | |
| parent | 006c8df322e55c14d845e1fe317ca1445c2f8e6b (diff) | |
| parent | abb1ebaae11d10648c55d28e098e1d7e993f0986 (diff) | |
| download | rust-f8060d282d42770fadd73905e3eefb85660d3278.tar.gz rust-f8060d282d42770fadd73905e3eefb85660d3278.zip | |
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
Bump bootstrap compiler to new beta https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
Diffstat (limited to 'compiler/rustc_builtin_macros/src/lib.rs')
| -rw-r--r-- | compiler/rustc_builtin_macros/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_builtin_macros/src/lib.rs b/compiler/rustc_builtin_macros/src/lib.rs index 828708e3495..a9ba7334d93 100644 --- a/compiler/rustc_builtin_macros/src/lib.rs +++ b/compiler/rustc_builtin_macros/src/lib.rs @@ -5,7 +5,6 @@ #![allow(internal_features)] #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::untranslatable_diagnostic)] -#![cfg_attr(bootstrap, feature(lint_reasons))] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![doc(rust_logo)] #![feature(assert_matches)] |
