We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9453c commit cd5ca3cCopy full SHA for cd5ca3c
compiler/rustc_type_ir/src/canonical.rs
@@ -16,6 +16,7 @@ use crate::{Interner, PlaceholderLike, UniverseIndex};
16
pub struct Canonical<I: Interner, V> {
17
pub value: V,
18
pub max_universe: UniverseIndex,
19
+ // FIXME(lcnr, oli-obk): try moving this into the query inputs instead
20
pub defining_opaque_types: I::DefiningOpaqueTypes,
21
pub variables: I::CanonicalVars,
22
}
0 commit comments