fix wrong query description
This commit is contained in:
parent
d49d5222a9
commit
d695512437
@ -113,7 +113,7 @@ impl<'tcx> QueryDescription<'tcx> for queries::type_op_eq<'tcx> {
|
||||
|
||||
impl<'tcx> QueryDescription<'tcx> for queries::type_op_subtype<'tcx> {
|
||||
fn describe(_tcx: TyCtxt, goal: CanonicalTypeOpSubtypeGoal<'tcx>) -> String {
|
||||
format!("evaluating `type_op_eq` `{:?}`", goal)
|
||||
format!("evaluating `type_op_subtype` `{:?}`", goal)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user