Add a FIXME for something that requires touching too much code for this PR
This commit is contained in:
parent
cd9453c637
commit
cd5ca3c762
@ -16,6 +16,7 @@
|
||||
pub struct Canonical<I: Interner, V> {
|
||||
pub value: V,
|
||||
pub max_universe: UniverseIndex,
|
||||
// FIXME(lcnr, oli-obk): try moving this into the query inputs instead
|
||||
pub defining_opaque_types: I::DefiningOpaqueTypes,
|
||||
pub variables: I::CanonicalVars,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user