]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-raw-pointer-method-2018.stderr
Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514
[rust.git] / src / test / 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`.