2023-05-25 13:48:12 -05:00
|
|
|
error[E0699]: cannot call a method on a raw pointer with an unknown pointee type
|
2019-04-22 11:35:37 -05:00
|
|
|
--> $DIR/edition-raw-pointer-method-2018.rs:9:15
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | let _ = y.is_null();
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0699`.
|