2018-02-18 11:07:52 +08:00
|
|
|
warning: type annotations needed
|
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
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | if data.is_null() {}
|
2017-12-14 18:51:25 +01:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
2017-12-21 11:20:53 -05:00
|
|
|
= note: #[warn(tyvar_behind_raw_pointer)] on by default
|
2018-03-14 20:30:06 -07:00
|
|
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
|
2017-12-21 11:20:53 -05:00
|
|
|
= note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
|
2017-12-14 18:51:25 +01:00
|
|
|
|