Skip to content

Commit cd5ca3c

Browse files
committed
Add a FIXME for something that requires touching too much code for this PR
1 parent cd9453c commit cd5ca3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_type_ir/src/canonical.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use crate::{Interner, PlaceholderLike, UniverseIndex};
1616
pub struct Canonical<I: Interner, V> {
1717
pub value: V,
1818
pub max_universe: UniverseIndex,
19+
// FIXME(lcnr, oli-obk): try moving this into the query inputs instead
1920
pub defining_opaque_types: I::DefiningOpaqueTypes,
2021
pub variables: I::CanonicalVars,
2122
}

0 commit comments

Comments
 (0)