]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/wf/wf-trait-associated-type-trait.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / wf / wf-trait-associated-type-trait.stderr
index 93cb948cdbfcb0674080e6729f698e8c582110b7..70cf88f262fdc15a9c48a5d5be29299eb6d6c196 100644 (file)
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `<Self as SomeTrait>::Type1: std::marker::Copy` is
   --> $DIR/wf-trait-associated-type-trait.rs:11:5
    |
 LL | struct IsCopy<T:Copy> { x: T }
-   | --------------------- required by `IsCopy`
+   |                 ---- required by this bound in `IsCopy`
 LL | 
 LL | trait SomeTrait {
    |                - help: consider further restricting the associated type: `where <Self as SomeTrait>::Type1: std::marker::Copy`