rust/tests/ui/lint/lint-output-format-2.stderr

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

17 lines
432 B
Plaintext
Raw Normal View History

warning: use of deprecated function `lint_output_format::foo`: text
2018-12-25 15:56:47 +00:00
--> $DIR/lint-output-format-2.rs:7:26
|
2018-02-23 00:42:32 +00:00
LL | use lint_output_format::{foo, bar};
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated function `lint_output_format::foo`: text
2018-12-25 15:56:47 +00:00
--> $DIR/lint-output-format-2.rs:12:14
|
2018-02-23 00:42:32 +00:00
LL | let _x = foo();
| ^^^
warning: 2 warnings emitted