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