diff options
| author | bors <bors@rust-lang.org> | 2024-10-16 14:40:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-16 14:40:08 +0000 |
| commit | bed75e7c21e8d18bd536a0f7c9e479d2f6707db3 (patch) | |
| tree | 4c7fc86850f97da7e70de6e039de76a0d78c8cc5 /compiler/rustc_next_trait_solver/src/lib.rs | |
| parent | 0037048da8ed19feef7ee1437f123a88a7342b33 (diff) | |
| parent | cd60224af72a380dad27f01afc08c7374105525b (diff) | |
| download | rust-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 'compiler/rustc_next_trait_solver/src/lib.rs')
| -rw-r--r-- | compiler/rustc_next_trait_solver/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_next_trait_solver/src/lib.rs b/compiler/rustc_next_trait_solver/src/lib.rs index de74ac32804..d67ae2550d9 100644 --- a/compiler/rustc_next_trait_solver/src/lib.rs +++ b/compiler/rustc_next_trait_solver/src/lib.rs @@ -5,7 +5,7 @@ //! So if you got to this crate from the old solver, it's totally normal. // tidy-alphabetical-start -#![cfg_attr(not(bootstrap), allow(rustc::usage_of_type_ir_inherent))] +#![allow(rustc::usage_of_type_ir_inherent)] #![warn(unreachable_pub)] // tidy-alphabetical-end |
