]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-29595.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / span / issue-29595.stderr
CommitLineData
cc61c64b 1error[E0277]: the trait bound `u8: Tr` is not satisfied
041b39d2 2 --> $DIR/issue-29595.rs:17:17
cc61c64b 3 |
041b39d2 417 | let a: u8 = Tr::C; //~ ERROR the trait bound `u8: Tr` is not satisfied
cc61c64b
XL
5 | ^^^^^ the trait `Tr` is not implemented for `u8`
6 |
2c00a5a8
XL
7note: required by `Tr::C`
8 --> $DIR/issue-29595.rs:13:5
9 |
1013 | const C: Self;
11 | ^^^^^^^^^^^^^^
cc61c64b 12
041b39d2 13error: aborting due to previous error
cc61c64b 14