]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-29595.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[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:6:17
3    |
4 LL |     let a: u8 = Tr::C;
5    |                 ^^^^^ the trait `Tr` is not implemented for `u8`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.