rust/tests/ui/consts/const-eval/ub-wide-ptr.chalk.64bit.stderr
2023-11-24 21:04:51 +01:00

10 lines
445 B
Plaintext

error[E0282]: type annotations needed
--> $DIR/ub-wide-ptr.rs:90:67
|
LL | const MYSLICE_SUFFIX_BAD: &MySliceBool = &MySlice(true, [unsafe { mem::transmute(3u8) }]);
| ^^^^^^^^^^^^^^ cannot infer type for type parameter `U` declared on the function `transmute`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.