make PlaceholderConst
not store the type of the const
This commit is contained in:
parent
1f5d8d49eb
commit
825a7cc65c
8 changed files with 13 additions and 13 deletions
|
@ -76,7 +76,7 @@ pub(crate) fn evaluate_goal<'tcx>(
|
|||
chalk_ir::UniverseIndex { counter: ui.index() },
|
||||
),
|
||||
CanonicalVarKind::Const(_ui, _ty) => unimplemented!(),
|
||||
CanonicalVarKind::PlaceholderConst(_pc) => unimplemented!(),
|
||||
CanonicalVarKind::PlaceholderConst(_pc, _ty) => unimplemented!(),
|
||||
}),
|
||||
),
|
||||
value: obligation.value.lower_into(interner),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue