]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/ub-wide-ptr.chalk.64bit.stderr
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
[rust.git] / src / test / ui / consts / const-eval / ub-wide-ptr.chalk.64bit.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/ub-wide-ptr.rs:90:67
3    |
4 LL | const MYSLICE_SUFFIX_BAD: &MySliceBool = &MySlice(true, [unsafe { mem::transmute(3u8) }]);
5    |                                                                   ^^^^^^^^^^^^^^ cannot infer type for type parameter `U` declared on the function `transmute`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0282`.