about summary refs log tree commit diff
path: root/compiler/rustc_infer
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_infer
parenta58050b753387daee70cbf6c231ea1422dd74d47 (diff)
downloadrust-e851e3e16e161e624b4108b83889b3fdbd5d44dd.tar.gz
rust-e851e3e16e161e624b4108b83889b3fdbd5d44dd.zip
Update `cfg(bootstrap)`
Diffstat (limited to 'compiler/rustc_infer')
-rw-r--r--compiler/rustc_infer/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs
index 18cee03ba2e..285e2912937 100644
--- a/compiler/rustc_infer/src/lib.rs
+++ b/compiler/rustc_infer/src/lib.rs
@@ -15,8 +15,8 @@
 // tidy-alphabetical-start
 #![allow(internal_features)]
 #![allow(rustc::diagnostic_outside_of_impl)]
+#![allow(rustc::direct_use_of_rustc_type_ir)]
 #![allow(rustc::untranslatable_diagnostic)]
-#![cfg_attr(not(bootstrap), allow(rustc::direct_use_of_rustc_type_ir))]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]
 #![feature(assert_matches)]