]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-21160.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-21160.stderr
index 9f88fa2fadd4cc68143b7213aced019efbf95896..65ba64b49d06d8bb8f32de4a18442a0469731d32 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `Bar: std::hash::Hash` is not satisfied
-  --> $DIR/issue-21160.rs:10:12
+  --> $DIR/issue-21160.rs:9:12
    |
 LL | struct Foo(Bar);
    |            ^^^ the trait `std::hash::Hash` is not implemented for `Bar`