rust/tests/ui/editions/edition-raw-pointer-method-2018.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
304 B
Plaintext
Raw Normal View History

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