]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derives/derives-span-PartialEq-enum.stderr
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
[rust.git] / src / test / ui / derives / derives-span-PartialEq-enum.stderr
index 1f5ad42a3aa33e5cf97bace9350151444ba73249..b63e374d89bf13a13b651a605db17e5f67cce406 100644 (file)
@@ -1,5 +1,5 @@
 error[E0369]: binary operation `==` cannot be applied to type `Error`
-  --> $DIR/derives-span-PartialEq-enum.rs:10:6
+  --> $DIR/derives-span-PartialEq-enum.rs:13: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:10:6
+  --> $DIR/derives-span-PartialEq-enum.rs:13:6
    |
 LL |      Error
    |      ^^^^^