2020-07-25 13:49:46 -04:00
|
|
|
warning: use of deprecated function `lint_output_format::foo`: text
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/lint-output-format-2.rs:7:26
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | use lint_output_format::{foo, bar};
|
2017-12-21 13:15:15 -05:00
|
|
|
| ^^^
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2019-07-16 22:17:38 +02:00
|
|
|
= note: `#[warn(deprecated)]` on by default
|
2017-12-10 22:47:55 +03:00
|
|
|
|
2020-07-25 13:49:46 -04:00
|
|
|
warning: use of deprecated function `lint_output_format::foo`: text
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/lint-output-format-2.rs:12:14
|
2017-12-10 22:47:55 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | let _x = foo();
|
2017-12-10 22:47:55 +03:00
|
|
|
| ^^^
|
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 2 warnings emitted
|
|
|
|
|