fix stderr

This commit is contained in:
csmoe 2018-02-17 14:18:53 +00:00
parent 20dcc72127
commit 0be2dc8d9b
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
warning: type annotations needed
warning: 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() {}