]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-output-format-2.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / 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