rust/src/test/ui/lint/lint-output-format-2.stderr

15 lines
394 B
Plaintext
Raw Normal View History

warning: use of deprecated item 'lint_output_format::foo': text
--> $DIR/lint-output-format-2.rs:17:26
|
2018-02-22 18:42:32 -06:00
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:22:14
|
2018-02-22 18:42:32 -06:00
LL | let _x = foo();
| ^^^