2018-03-22 15:41:07 -05:00
|
|
|
error[E0641]: cannot cast to a pointer of an unknown kind
|
2020-06-14 23:36:25 -05:00
|
|
|
--> $DIR/order-dependent-cast-inference.rs:5:22
|
2018-03-22 15:41:07 -05:00
|
|
|
|
|
|
|
|
LL | let mut y = 0 as *const _;
|
2020-06-14 23:36:25 -05:00
|
|
|
| ^^^^^^^^ needs more type information
|
2018-03-22 15:41:07 -05:00
|
|
|
|
|
2020-01-10 08:13:05 -06:00
|
|
|
= note: the type information given here is insufficient to check whether the pointer cast is valid
|
2018-03-22 15:41:07 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2019-11-16 11:05:26 -06:00
|
|
|
For more information about this error, try `rustc --explain E0641`.
|