about summary refs log tree commit diff
path: root/src/test/ui/inference-variable-behind-raw-pointer.stderr
blob: a8874c9bf5a39e89a1f82a023c1b518e52616db3 (plain)
1
2
3
4
5
6
7
8
warning[E0619]: the type of this value must be known in this context
  --> $DIR/inference-variable-behind-raw-pointer.rs:18:13
   |
18 |     if data.is_null() {}
   |             ^^^^^^^
   |
   = note: this will be made into a hard error in a future version of the compiler