Add a FIXME for something that requires touching too much code for this PR
This commit is contained in:
parent
cd9453c637
commit
cd5ca3c762
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ use crate::{Interner, PlaceholderLike, UniverseIndex};
|
||||||
pub struct Canonical<I: Interner, V> {
|
pub struct Canonical<I: Interner, V> {
|
||||||
pub value: V,
|
pub value: V,
|
||||||
pub max_universe: UniverseIndex,
|
pub max_universe: UniverseIndex,
|
||||||
|
// FIXME(lcnr, oli-obk): try moving this into the query inputs instead
|
||||||
pub defining_opaque_types: I::DefiningOpaqueTypes,
|
pub defining_opaque_types: I::DefiningOpaqueTypes,
|
||||||
pub variables: I::CanonicalVars,
|
pub variables: I::CanonicalVars,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue