]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-29595.stderr
abbac245f89f66b191709212f42738ac9d8e2244
[rust.git] / src / test / ui / span / issue-29595.stderr
1 error[E0277]: the trait bound `u8: Tr` is not satisfied
2   --> $DIR/issue-29595.rs:18:17
3    |
4 18 |     let a: u8 = Tr::C; //~ ERROR the trait bound `u8: Tr` is not satisfied
5    |                 ^^^^^ the trait `Tr` is not implemented for `u8`
6    |
7    = note: required by `Tr::C`
8
9 error: aborting due to previous error
10