diff options
| author | Ralf Jung <post@ralfj.de> | 2025-04-10 12:50:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-10 12:50:10 +0000 |
| commit | 1347cc8f15f6d3ceae035f7226150da7ddcd83b8 (patch) | |
| tree | 351b40fa66750fb4eac0449318a360cf1167efd3 /compiler/rustc_data_structures/src | |
| parent | 7da44400129c51c314eccdc0e703e99502b78c1a (diff) | |
| parent | f69ea4d82fdbf0fefc36118071bb69ec6253a285 (diff) | |
| download | rust-1347cc8f15f6d3ceae035f7226150da7ddcd83b8.tar.gz rust-1347cc8f15f6d3ceae035f7226150da7ddcd83b8.zip | |
Merge pull request #4264 from RalfJung/rustup
Rustup
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/obligation_forest/mod.rs | 2 |
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![], |
