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_trait_selection/src/lib.rs | |
| parent | 377c518bce25ebd2d1bf80568940787ffa397013 (diff) | |
| download | rust-a64f94161130944f8fda1f6dcc00f37860f43ecf.tar.gz rust-a64f94161130944f8fda1f6dcc00f37860f43ecf.zip | |
Step bootstrap cfgs
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index 5789ec2b1f1..f1f03b810a9 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -17,7 +17,6 @@ #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::untranslatable_diagnostic)] #![feature(assert_matches)] -#![cfg_attr(bootstrap, feature(associated_type_bounds))] #![feature(associated_type_defaults)] #![feature(box_patterns)] #![feature(control_flow_enum)] |
