]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-1920-3.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-1920-3.stderr
CommitLineData
1b1a35ee 1error[E0277]: the trait bound `S: Clone` is not satisfied
e1599b0c 2 --> $DIR/issue-1920-3.rs:14:20
b7449926
XL
3 |
4LL | fn assert_clone<T>() where T : Clone { }
ba9703b0 5 | ----- required by this bound in `assert_clone`
e1599b0c
XL
6...
7LL | assert_clone::<foo::issue_1920::S>();
1b1a35ee 8 | ^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `S`
b7449926
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0277`.