summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-type-bounds/assoc-type-eq-with-dyn-atb-fail.stderr
blob: a32ab453152a0b4663c06788b189aaba8cd23431 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `String: Copy` is not satisfied
  --> $DIR/assoc-type-eq-with-dyn-atb-fail.rs:32:18
   |
LL |     fn func() -> Self::Out {
   |                  ^^^^^^^^^ the trait `Copy` is not implemented for `String`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.