]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-raw-pointer-method-2018.stderr
Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcm
[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`.