os-rust/src/test/ui/issues/issue-2951.stderr

13 lines
329 B
Text
Raw Normal View History

2018-07-15 14:11:54 -07:00
error[E0308]: mismatched types
--> $DIR/issue-2951.rs:13:10
|
LL | xx = y;
| ^ expected type parameter, found a different type parameter
|
= note: expected type `T`
found type `U`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.