]> git.lizzy.rs Git - rust.git/blob - tests/ui/editions/edition-raw-pointer-method-2018.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / editions / edition-raw-pointer-method-2018.stderr
1 error[E0699]: the type of this value must be known to call a method on a raw pointer on it
2   --> $DIR/edition-raw-pointer-method-2018.rs:9:15
3    |
4 LL |     let _ = y.is_null();
5    |               ^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0699`.