]> git.proxmox.com Git - rustc.git/blame - src/test/ui/order-dependent-cast-inference.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / order-dependent-cast-inference.stderr
CommitLineData
83c7162d 1error[E0641]: cannot cast to a pointer of an unknown kind
0731742a 2 --> $DIR/order-dependent-cast-inference.rs:5:17
83c7162d
XL
3 |
4LL | let mut y = 0 as *const _;
5 | ^^^^^--------
6 | |
7 | help: consider giving more type information
8 |
9 = note: The type information given here is insufficient to check whether the pointer cast is valid
10
11error: aborting due to previous error
12
60c5eb7d 13For more information about this error, try `rustc --explain E0641`.