mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
error[E0699]: cannot call a method on a raw pointer with an unknown pointee type
|
|
--> $DIR/edition-raw-pointer-method-2018.rs:9:15
|
|
|
|
|
LL | let _ = y.is_null();
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0699`.
|