2017-03-10 16:06:07 -06:00
|
|
|
error[E0277]: the trait bound `u8: Tr` is not satisfied
|
|
|
|
--> $DIR/issue-29595.rs:18:17
|
|
|
|
|
|
|
|
|
18 | let a: u8 = Tr::C; //~ ERROR the trait bound `u8: Tr` is not satisfied
|
|
|
|
| ^^^^^ the trait `Tr` is not implemented for `u8`
|
|
|
|
|
|
|
|
|
= note: required by `Tr::C`
|
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-03-10 16:06:07 -06:00
|
|
|
|