about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2024-04-29 09:27:34 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2024-05-01 22:19:11 -0400
commita64f94161130944f8fda1f6dcc00f37860f43ecf (patch)
tree73ba98774f02b750916f1d71b428e038f7f0f8fe /compiler/rustc_trait_selection/src/lib.rs
parent377c518bce25ebd2d1bf80568940787ffa397013 (diff)
downloadrust-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.rs1
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)]