mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
Add a FIXME for something that requires touching too much code for this PR
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user