]> git.lizzy.rs Git - rust.git/blob - src/test/ui/inference-variable-behind-raw-pointer.stderr
rename epoch to edition
[rust.git] / src / test / ui / inference-variable-behind-raw-pointer.stderr
1 warning: type annotations needed
2   --> $DIR/inference-variable-behind-raw-pointer.rs:18:13
3    |
4 LL |     if data.is_null() {}
5    |             ^^^^^^^
6    |
7    = note: #[warn(tyvar_behind_raw_pointer)] on by default
8    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
9    = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
10