]> git.lizzy.rs Git - rust.git/blob - tests/ui/span/issue-29595.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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`.