2017-12-10 13:47:55 -06:00
|
|
|
warning: use of deprecated item 'lint_output_format::foo': text
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lint-output-format-2.rs:7:26
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | use lint_output_format::{foo, bar};
|
2017-12-21 12:15:15 -06:00
|
|
|
| ^^^
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2019-07-16 15:17:38 -05:00
|
|
|
= note: `#[warn(deprecated)]` on by default
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
|
|
warning: use of deprecated item 'lint_output_format::foo': text
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lint-output-format-2.rs:12:14
|
2017-12-10 13:47:55 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | let _x = foo();
|
2017-12-10 13:47:55 -06:00
|
|
|
| ^^^
|
|
|
|
|