2017-12-10 13:47:55 -06:00
|
|
|
warning: use of deprecated item 'lint_output_format::foo': text
|
2018-07-23 15:05:39 -05:00
|
|
|
--> $DIR/lint-output-format-2.rs:17: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
|
|
|
|
|
|
|
|
= note: #[warn(deprecated)] on by default
|
|
|
|
|
|
|
|
warning: use of deprecated item 'lint_output_format::foo': text
|
2018-07-23 15:05:39 -05:00
|
|
|
--> $DIR/lint-output-format-2.rs:22: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
|
|
|
| ^^^
|
|
|
|
|