2020-07-25 17:49:46 +00:00
|
|
|
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
|
2017-12-10 19:47:55 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | use lint_output_format::{foo, bar};
|
2017-12-21 18:15:15 +00:00
|
|
|
| ^^^
|
2017-12-10 19:47:55 +00:00
|
|
|
|
|
2019-07-16 20:17:38 +00:00
|
|
|
= note: `#[warn(deprecated)]` on by default
|
2017-12-10 19:47:55 +00:00
|
|
|
|
2020-07-25 17:49:46 +00:00
|
|
|
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
|
2017-12-10 19:47:55 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | let _x = foo();
|
2017-12-10 19:47:55 +00:00
|
|
|
| ^^^
|
|
|
|
|
2020-03-11 15:30:09 +00:00
|
|
|
warning: 2 warnings emitted
|
|
|
|
|