blob: c38f57912adff57827fef07ddfd7d5b5b809d753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
warning: type annotations needed
--> $DIR/inference-variable-behind-raw-pointer.rs:8:13
|
LL | if data.is_null() {}
| ^^^^^^^
|
= note: `#[warn(tyvar_behind_raw_pointer)]` on by default
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
= note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
warning: 1 warning emitted
|