1
Fork 0
rust/src/test/ui/inference-variable-behind-raw-pointer.stderr

9 lines
276 B
Text
Raw Normal View History

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