]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/lint-output-format-2.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / lint / lint-output-format-2.stderr
CommitLineData
ff7c6d11 1warning: use of deprecated item 'lint_output_format::foo': text
0731742a 2 --> $DIR/lint-output-format-2.rs:7:26
ff7c6d11 3 |
0531ce1d 4LL | use lint_output_format::{foo, bar};
ff7c6d11
XL
5 | ^^^
6 |
416331ca 7 = note: `#[warn(deprecated)]` on by default
ff7c6d11
XL
8
9warning: use of deprecated item 'lint_output_format::foo': text
0731742a 10 --> $DIR/lint-output-format-2.rs:12:14
ff7c6d11 11 |
0531ce1d 12LL | let _x = foo();
ff7c6d11
XL
13 | ^^^
14
ba9703b0
XL
15warning: 2 warnings emitted
16