]> git.proxmox.com Git - rustc.git/blame - src/test/ui/associated-type-bounds/assoc-type-eq-with-dyn-atb-fail.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / associated-type-bounds / assoc-type-eq-with-dyn-atb-fail.stderr
CommitLineData
1b1a35ee 1error[E0277]: the trait bound `String: Copy` is not satisfied
94222f64 2 --> $DIR/assoc-type-eq-with-dyn-atb-fail.rs:32:18
e1599b0c 3 |
94222f64
XL
4LL | fn func() -> Self::Out {
5 | ^^^^^^^^^ the trait `Copy` is not implemented for `String`
29967ef6 6
136023e0 7error: aborting due to previous error
e1599b0c
XL
8
9For more information about this error, try `rustc --explain E0277`.