about summary refs log tree commit diff
path: root/compiler/rustc_next_trait_solver/src/lib.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-06-24 10:05:56 -0700
committerJosh Stone <jistone@redhat.com>2025-07-01 10:55:49 -0700
commite851e3e16e161e624b4108b83889b3fdbd5d44dd (patch)
tree20302241c5875bac068af62ba935d81c7ee63df1 /compiler/rustc_next_trait_solver/src/lib.rs
parenta58050b753387daee70cbf6c231ea1422dd74d47 (diff)
downloadrust-e851e3e16e161e624b4108b83889b3fdbd5d44dd.tar.gz
rust-e851e3e16e161e624b4108b83889b3fdbd5d44dd.zip
Update `cfg(bootstrap)`
Diffstat (limited to 'compiler/rustc_next_trait_solver/src/lib.rs')
-rw-r--r--compiler/rustc_next_trait_solver/src/lib.rs2
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 e3f42c181fa..d3965e14c68 100644
--- a/compiler/rustc_next_trait_solver/src/lib.rs
+++ b/compiler/rustc_next_trait_solver/src/lib.rs
@@ -5,9 +5,9 @@
 //! So if you got to this crate from the old solver, it's totally normal.
 
 // tidy-alphabetical-start
+#![allow(rustc::direct_use_of_rustc_type_ir)]
 #![allow(rustc::usage_of_type_ir_inherent)]
 #![allow(rustc::usage_of_type_ir_traits)]
-#![cfg_attr(not(bootstrap), allow(rustc::direct_use_of_rustc_type_ir))]
 // tidy-alphabetical-end
 
 pub mod canonicalizer;