@@ -7,10 +7,10 @@ LL | #[expect(unused_variables, unused_mut, while_true)]
77 = note: `#[warn(unfulfilled_lint_expectations)]` on by default
88
99warning: this lint expectation is unfulfilled
10- --> $DIR/expect_multiple_lints.rs:28:10
10+ --> $DIR/expect_multiple_lints.rs:10:40
1111 |
1212LL | #[expect(unused_variables, unused_mut, while_true)]
13- | ^^^^^^ ^^^^^^^^^^
13+ | ^^^^^^^^^^
1414
1515warning: this lint expectation is unfulfilled
1616 --> $DIR/expect_multiple_lints.rs:19:10
@@ -19,34 +19,34 @@ LL | #[expect(unused_variables, unused_mut, while_true)]
1919 | ^^^^^^^^^^^^^^^^
2020
2121warning: this lint expectation is unfulfilled
22- --> $DIR/expect_multiple_lints.rs:28:28
22+ --> $DIR/expect_multiple_lints.rs:19:40
2323 |
2424LL | #[expect(unused_variables, unused_mut, while_true)]
25- | ^^^^^^^^^^
25+ | ^^^^^^^^^^
2626
2727warning: this lint expectation is unfulfilled
28- --> $DIR/expect_multiple_lints.rs:36:18
28+ --> $DIR/expect_multiple_lints.rs:28:10
2929 |
30- LL | #[expect(unused , while_true)]
31- | ^^^^^^^^^^
30+ LL | #[expect(unused_variables, unused_mut , while_true)]
31+ | ^^^^^^ ^^^^^^^^^^
3232
3333warning: this lint expectation is unfulfilled
34- --> $DIR/expect_multiple_lints.rs:19:40
34+ --> $DIR/expect_multiple_lints.rs:28:28
3535 |
3636LL | #[expect(unused_variables, unused_mut, while_true)]
37- | ^^^^^^^^^^
37+ | ^^^^^^^^^^
3838
3939warning: this lint expectation is unfulfilled
40- --> $DIR/expect_multiple_lints.rs:45:10
40+ --> $DIR/expect_multiple_lints.rs:36:18
4141 |
4242LL | #[expect(unused, while_true)]
43- | ^^^^^^
43+ | ^^^^ ^^^^^^
4444
4545warning: this lint expectation is unfulfilled
46- --> $DIR/expect_multiple_lints.rs:10:40
46+ --> $DIR/expect_multiple_lints.rs:45:10
4747 |
48- LL | #[expect(unused_variables, unused_mut , while_true)]
49- | ^^^^ ^^^^^^
48+ LL | #[expect(unused , while_true)]
49+ | ^^^^^^
5050
5151warning: 8 warnings emitted
5252
0 commit comments