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