]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/hr-associated-type-bound-param-3.stderr
Rollup merge of #105976 - jyn514:unused-make-targets, r=Mark-Simulacrum
[rust.git] / src / test / ui / associated-types / hr-associated-type-bound-param-3.stderr
index 775f45ca82965020718cc52863323b1fe57793c8..84d5e0494cb693a25047d74df7cc8e125a5c75c0 100644 (file)
@@ -4,8 +4,7 @@ error[E0277]: the trait bound `str: Clone` is not satisfied
 LL |     type U = str;
    |              ^^^ the trait `Clone` is not implemented for `str`
    |
-   = help: the following implementations were found:
-             <String as Clone>
+   = help: the trait `Clone` is implemented for `String`
 note: required by a bound in `X`
   --> $DIR/hr-associated-type-bound-param-3.rs:4:33
    |