]> git.proxmox.com Git - rustc.git/blame - src/test/ui/cast/cast-macro-lhs.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / cast / cast-macro-lhs.stderr
CommitLineData
04454e1e
FG
1error[E0606]: cannot cast `usize` to a pointer that is wide
2 --> $DIR/cast-macro-lhs.rs:8:23
3 |
4LL | let x = foo!() as *const [u8];
5 | ------ ^^^^^^^^^^^ creating a `*const [u8]` requires both an address and a length
6 | |
7 | consider casting this expression to `*const ()`, then using `core::ptr::from_raw_parts`
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0606`.