Skip to content

Commit d695512

Browse files
committed
fix wrong query description
1 parent d49d522 commit d695512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/query/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl<'tcx> QueryDescription<'tcx> for queries::type_op_eq<'tcx> {
113113

114114
impl<'tcx> QueryDescription<'tcx> for queries::type_op_subtype<'tcx> {
115115
fn describe(_tcx: TyCtxt, goal: CanonicalTypeOpSubtypeGoal<'tcx>) -> String {
116-
format!("evaluating `type_op_eq` `{:?}`", goal)
116+
format!("evaluating `type_op_subtype` `{:?}`", goal)
117117
}
118118
}
119119

0 commit comments

Comments
 (0)