]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-PartialEq-enum.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-PartialEq-enum.stderr
index 06a88c03f58afbd46560c19725422f59252d22be..1f5ad42a3aa33e5cf97bace9350151444ba73249 100644 (file)
@@ -1,5 +1,5 @@
 error[E0369]: binary operation `==` cannot be applied to type `Error`
-  --> $DIR/derives-span-PartialEq-enum.rs:9:6
+  --> $DIR/derives-span-PartialEq-enum.rs:10:6
    |
 LL |      Error
    |      ^^^^^
@@ -7,7 +7,7 @@ LL |      Error
    = note: an implementation of `std::cmp::PartialEq` might be missing for `Error`
 
 error[E0369]: binary operation `!=` cannot be applied to type `Error`
-  --> $DIR/derives-span-PartialEq-enum.rs:9:6
+  --> $DIR/derives-span-PartialEq-enum.rs:10:6
    |
 LL |      Error
    |      ^^^^^