blob: 533db90ce6c9ea289f55b08ef74a98cab8be87e8 [file] [log] [blame] [edit]
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`.