]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derives/derives-span-Hash-enum-struct-variant.stderr
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
[rust.git] / src / test / ui / derives / derives-span-Hash-enum-struct-variant.stderr
index 889c725c843e75d26bb8c94d620ebe0432cc635e..32f4265a4d29725634f2db117581b0684f334153 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `Error: std::hash::Hash` is not satisfied
-  --> $DIR/derives-span-Hash-enum-struct-variant.rs:13:6
+  --> $DIR/derives-span-Hash-enum-struct-variant.rs:9:6
    |
 LL |      x: Error
    |      ^^^^^^^^ the trait `std::hash::Hash` is not implemented for `Error`