]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/partialeq_ne_impl.stderr
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / partialeq_ne_impl.stderr
index ac040acc306e9f685e9f2647152f2ad3526308b0..b92da4511b48d03ee50bc6a91d23ac40aef285e3 100644 (file)
@@ -1,5 +1,5 @@
 error: re-implementing `PartialEq::ne` is unnecessary
-  --> $DIR/partialeq_ne_impl.rs:18:5
+  --> $DIR/partialeq_ne_impl.rs:9:5
    |
 LL | /     fn ne(&self, _: &Foo) -> bool {
 LL | |         false