]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-type-bounds/assoc-type-eq-with-dyn-atb-fail.stderr
Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc
[rust.git] / src / test / ui / associated-type-bounds / assoc-type-eq-with-dyn-atb-fail.stderr
1 error[E0277]: the trait bound `String: Copy` is not satisfied
2   --> $DIR/assoc-type-eq-with-dyn-atb-fail.rs:32:18
3    |
4 LL |     fn func() -> Self::Out {
5    |                  ^^^^^^^^^ the trait `Copy` is not implemented for `String`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.