]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-Hash-enum-struct-variant.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-Hash-enum-struct-variant.stderr
index 708ebca9fb15306c14d4a1699255bce345035e88..cc1caf78041864c39195416c54c4e4264aa185a2 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:11:6
+  --> $DIR/derives-span-Hash-enum-struct-variant.rs:10:6
    |
 LL |      x: Error
    |      ^^^^^^^^ the trait `std::hash::Hash` is not implemented for `Error`