]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/wf/wf-impl-associated-type-trait.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / wf / wf-impl-associated-type-trait.stderr
index 89399e30cad4504b034ca56523a3243f86d0a727..0d4480fbf26e012956677e35924f018ba3231ea1 100644 (file)
@@ -1,11 +1,11 @@
 error[E0277]: the trait bound `T: MyHash` is not satisfied
-  --> $DIR/wf-impl-associated-type-trait.rs:17:5
+  --> $DIR/wf-impl-associated-type-trait.rs:17:16
    |
 LL | pub struct MySet<T:MyHash> {
    |                    ------ required by this bound in `MySet`
 ...
 LL |     type Bar = MySet<T>;
-   |     ^^^^^^^^^^^^^^^^^^^^ the trait `MyHash` is not implemented for `T`
+   |                ^^^^^^^^ the trait `MyHash` is not implemented for `T`
    |
 help: consider restricting type parameter `T`
    |