blob: a36dbd61fdcea12781d5354ee8152192bea09a9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
warning: use of deprecated function `lint_output_format::foo`: text
--> $DIR/lint-output-format-2.rs:7:26
|
LL | use lint_output_format::{foo, bar};
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated function `lint_output_format::foo`: text
--> $DIR/lint-output-format-2.rs:12:14
|
LL | let _x = foo();
| ^^^
warning: 2 warnings emitted
|