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 valid in the current edition (Rust 2015) but is not accepted in the Rust 2018 edition! = note: for more information, see issue #46906 warning: 1 warning emitted