]> git.proxmox.com Git - rustc.git/blame - src/test/ui/dyn-star/error.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / dyn-star / error.stderr
CommitLineData
f2b60f7d
FG
1error[E0277]: the trait bound `{integer}: Foo` is not satisfied
2 --> $DIR/error.rs:10:27
3 |
2b03887a 4LL | let dyn_i: dyn* Foo = i;
f2b60f7d
FG
5 | ^ the trait `Foo` is not implemented for `{integer}`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0277`.