]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/partialeq_help.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / partialeq_help.stderr
index 43f13d45684e8c7ee46cdf5d1ce08fc74422e91d..04eb9770c468db5dc5bf33a51add59291ef7bd61 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: can't compare `&T` with `T`
-  --> $DIR/partialeq_help.rs:12:7
+  --> $DIR/partialeq_help.rs:2:7
    |
 LL |     a == b; //~ ERROR E0277
    |       ^^ no implementation for `&T == T`