diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-17 09:53:02 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-05-17 09:53:02 +0200 |
| commit | 8f2da9b487f47827d565c52e019db5a464f31808 (patch) | |
| tree | 301e9048498969ddd68998a0b787e50108b9f881 /compiler/rustc_errors/src | |
| parent | 3a9ee90deda02db57e34c1434960008678d9923d (diff) | |
| parent | a69bc17fb8026bdc0d24bb1896ff95f0eba1da4e (diff) | |
| download | rust-8f2da9b487f47827d565c52e019db5a464f31808.tar.gz rust-8f2da9b487f47827d565c52e019db5a464f31808.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 6f37bad9bb4..f8e19e50778 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -7,7 +7,6 @@ #![allow(internal_features)] #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::untranslatable_diagnostic)] -#![cfg_attr(bootstrap, feature(let_chains))] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![doc(rust_logo)] #![feature(array_windows)] |
