blob: 761a9b38f6f06cc3746ec87aa55070b6f02f0ca9 [file] [log] [blame]
error[E0282]: type annotations needed
--> $DIR/issue-6458-3.rs:14:5
|
14 | mem::transmute(0);
| ^^^^^^^^^^^^^^ cannot infer type for `U`
error: aborting due to previous error