]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derives/derives-span-Eq-struct.stderr
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
[rust.git] / src / test / ui / derives / derives-span-Eq-struct.stderr
index df4ea5b1d4144436531d998b548551551b8c9c82..10631cb12bff3a3eddcd7be65720da2f62c65f12 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `Error: std::cmp::Eq` is not satisfied
-  --> $DIR/derives-span-Eq-struct.rs:9:5
+  --> $DIR/derives-span-Eq-struct.rs:12:5
    |
 LL |     x: Error
    |     ^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `Error`