blob: a95fd69fb01c7f2de960c8df6cf720c32901b2d7 [file] [log] [blame]
warning: use of deprecated item 'lint_output_format::foo': text
--> $DIR/lint-output-format-2.rs:7:26
|
LL | use lint_output_format::{foo, bar};
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated item 'lint_output_format::foo': text
--> $DIR/lint-output-format-2.rs:12:14
|
LL | let _x = foo();
| ^^^
warning: 2 warnings emitted