]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/rfc-2383-lint-reason/expect_multiple_lints.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / rfc-2383-lint-reason / expect_multiple_lints.stderr
1 warning: this lint expectation is unfulfilled
2   --> $DIR/expect_multiple_lints.rs:10:28
3    |
4 LL | #[expect(unused_variables, unused_mut, while_true)]
5    |                            ^^^^^^^^^^
6    |
7    = note: `#[warn(unfulfilled_lint_expectations)]` on by default
8
9 warning: this lint expectation is unfulfilled
10   --> $DIR/expect_multiple_lints.rs:10:40
11    |
12 LL | #[expect(unused_variables, unused_mut, while_true)]
13    |                                        ^^^^^^^^^^
14
15 warning: this lint expectation is unfulfilled
16   --> $DIR/expect_multiple_lints.rs:19:10
17    |
18 LL | #[expect(unused_variables, unused_mut, while_true)]
19    |          ^^^^^^^^^^^^^^^^
20
21 warning: this lint expectation is unfulfilled
22   --> $DIR/expect_multiple_lints.rs:19:40
23    |
24 LL | #[expect(unused_variables, unused_mut, while_true)]
25    |                                        ^^^^^^^^^^
26
27 warning: this lint expectation is unfulfilled
28   --> $DIR/expect_multiple_lints.rs:28:10
29    |
30 LL | #[expect(unused_variables, unused_mut, while_true)]
31    |          ^^^^^^^^^^^^^^^^
32
33 warning: this lint expectation is unfulfilled
34   --> $DIR/expect_multiple_lints.rs:28:28
35    |
36 LL | #[expect(unused_variables, unused_mut, while_true)]
37    |                            ^^^^^^^^^^
38
39 warning: this lint expectation is unfulfilled
40   --> $DIR/expect_multiple_lints.rs:36:18
41    |
42 LL | #[expect(unused, while_true)]
43    |                  ^^^^^^^^^^
44
45 warning: this lint expectation is unfulfilled
46   --> $DIR/expect_multiple_lints.rs:45:10
47    |
48 LL | #[expect(unused, while_true)]
49    |          ^^^^^^
50
51 warning: 8 warnings emitted
52