summary refs log tree commit diff
path: root/src/test/ui/editions/edition-raw-pointer-method-2018.stderr
blob: 0708b4bbd469dc6e2cc10f481fda84f1dd909403 (plain)
1
2
3
4
5
6
7
8
9
error[E0699]: the type of this value must be known to call a method on a raw pointer on it
  --> $DIR/edition-raw-pointer-method-2018.rs:20:15
   |
LL |     let _ = y.is_null();
   |               ^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0699`.