rust/src/test/ui/inference/inference-variable-behind-raw-pointer.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
444 B
Plaintext
Raw Normal View History

warning: type annotations needed
2018-12-25 09:56:47 -06:00
--> $DIR/inference-variable-behind-raw-pointer.rs:8:13
|
2018-02-22 18:42:32 -06:00
LL | if data.is_null() {}
| ^^^^^^^
|
= note: `#[warn(tyvar_behind_raw_pointer)]` on by default
2021-06-16 07:27:44 -05:00
= 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