diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-04-29 09:27:34 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-05-01 22:19:11 -0400 |
| commit | a64f94161130944f8fda1f6dcc00f37860f43ecf (patch) | |
| tree | 73ba98774f02b750916f1d71b428e038f7f0f8fe /compiler/rustc_codegen_ssa/src/lib.rs | |
| parent | 377c518bce25ebd2d1bf80568940787ffa397013 (diff) | |
| download | rust-a64f94161130944f8fda1f6dcc00f37860f43ecf.tar.gz rust-a64f94161130944f8fda1f6dcc00f37860f43ecf.zip | |
Step bootstrap cfgs
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index 46e1410a509..4eb24d71009 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -4,7 +4,6 @@ #![allow(internal_features)] #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::untranslatable_diagnostic)] -#![cfg_attr(bootstrap, feature(associated_type_bounds))] #![feature(box_patterns)] #![feature(if_let_guard)] #![feature(let_chains)] |
