2017-12-14 18:51:25 +01:00
|
|
|
warning[E0619]: the type of this value must be known in this context
|
2017-12-15 08:20:54 +01:00
|
|
|
--> $DIR/inference-variable-behind-raw-pointer.rs:18:13
|
2017-12-14 18:51:25 +01:00
|
|
|
|
|
2017-12-15 08:20:54 +01:00
|
|
|
18 | if data.is_null() {}
|
2017-12-14 18:51:25 +01:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
= note: this will be made into a hard error in a future version of the compiler
|
|
|
|
|