]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-29595.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[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`.