fix wrong query description
This commit is contained in:
parent
d49d5222a9
commit
d695512437
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue