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_data_structures/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_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 4f654eb0901..403136e78f4 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -10,7 +10,6 @@ #![allow(internal_features)] #![allow(rustc::default_hash_types)] #![allow(rustc::potential_query_instability)] -#![cfg_attr(bootstrap, feature(lint_reasons))] #![cfg_attr(not(parallel_compiler), feature(cell_leak))] #![deny(unsafe_op_in_unsafe_fn)] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] |
