about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorBoxy <rust@boxyuwu.dev>2025-04-02 21:28:54 +0100
committerBoxy <rust@boxyuwu.dev>2025-04-09 12:29:59 +0100
commitc93005ee651422f1920ef2a68e5ab9ff772b4b06 (patch)
treebc8448b8055eecaf533b29a1c7e0f4f74b3aad74 /compiler/rustc_data_structures/src
parent609eacbb22eb9014fdea1618105a294f0dc8a63e (diff)
downloadrust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.tar.gz
rust-c93005ee651422f1920ef2a68e5ab9ff772b4b06.zip
update cfgs
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/obligation_forest/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/obligation_forest/mod.rs b/compiler/rustc_data_structures/src/obligation_forest/mod.rs
index f63b201742d..2c62034c6e8 100644
--- a/compiler/rustc_data_structures/src/obligation_forest/mod.rs
+++ b/compiler/rustc_data_structures/src/obligation_forest/mod.rs
@@ -315,7 +315,7 @@ mod helper {
     use super::*;
     pub(super) type ObligationTreeIdGenerator = impl Iterator<Item = ObligationTreeId>;
     impl<O: ForestObligation> ObligationForest<O> {
-        #[cfg_attr(not(bootstrap), define_opaque(ObligationTreeIdGenerator))]
+        #[define_opaque(ObligationTreeIdGenerator)]
         pub fn new() -> ObligationForest<O> {
             ObligationForest {
                 nodes: vec![],