]> git.proxmox.com Git - rustc.git/blame - src/test/ui/traits/traits-issue-71136.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / traits / traits-issue-71136.stderr
CommitLineData
1b1a35ee 1error[E0277]: the trait bound `Foo: Clone` is not satisfied
f9f354fc
XL
2 --> $DIR/traits-issue-71136.rs:5:5
3 |
4LL | the_foos: Vec<Foo>,
1b1a35ee 5 | ^^^^^^^^^^^^^^^^^^ expected an implementor of trait `Clone`
f9f354fc 6 |
1b1a35ee
XL
7 = note: required because of the requirements on the impl of `Clone` for `Vec<Foo>`
8 = note: required by `clone`
f9f354fc
XL
9 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
10
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0277`.