about summary refs log tree commit diff
path: root/src/test/ui/inference-variable-behind-raw-pointer.stderr
blob: bb1d921f1c61c252e8e4cba409be578c21c70f42 (plain)
1
2
3
4
5
6
7
8
9
10
warning: type annotations needed
  --> $DIR/inference-variable-behind-raw-pointer.rs:18:13
   |
18 |     if data.is_null() {}
   |             ^^^^^^^
   |
   = note: #[warn(tyvar_behind_raw_pointer)] on by default
   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>