@@ -7,10 +7,10 @@ LL | #[expect(unused_variables, unused_mut, while_true)]
7
7
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
8
8
9
9
warning: this lint expectation is unfulfilled
10
- --> $DIR/expect_multiple_lints.rs:28:10
10
+ --> $DIR/expect_multiple_lints.rs:10:40
11
11
|
12
12
LL | #[expect(unused_variables, unused_mut, while_true)]
13
- | ^^^^^^ ^^^^^^^^^^
13
+ | ^^^^^^^^^^
14
14
15
15
warning: this lint expectation is unfulfilled
16
16
--> $DIR/expect_multiple_lints.rs:19:10
@@ -19,34 +19,34 @@ LL | #[expect(unused_variables, unused_mut, while_true)]
19
19
| ^^^^^^^^^^^^^^^^
20
20
21
21
warning: this lint expectation is unfulfilled
22
- --> $DIR/expect_multiple_lints.rs:28:28
22
+ --> $DIR/expect_multiple_lints.rs:19:40
23
23
|
24
24
LL | #[expect(unused_variables, unused_mut, while_true)]
25
- | ^^^^^^^^^^
25
+ | ^^^^^^^^^^
26
26
27
27
warning: this lint expectation is unfulfilled
28
- --> $DIR/expect_multiple_lints.rs:36:18
28
+ --> $DIR/expect_multiple_lints.rs:28:10
29
29
|
30
- LL | #[expect(unused , while_true)]
31
- | ^^^^^^^^^^
30
+ LL | #[expect(unused_variables, unused_mut , while_true)]
31
+ | ^^^^^^ ^^^^^^^^^^
32
32
33
33
warning: this lint expectation is unfulfilled
34
- --> $DIR/expect_multiple_lints.rs:19:40
34
+ --> $DIR/expect_multiple_lints.rs:28:28
35
35
|
36
36
LL | #[expect(unused_variables, unused_mut, while_true)]
37
- | ^^^^^^^^^^
37
+ | ^^^^^^^^^^
38
38
39
39
warning: this lint expectation is unfulfilled
40
- --> $DIR/expect_multiple_lints.rs:45:10
40
+ --> $DIR/expect_multiple_lints.rs:36:18
41
41
|
42
42
LL | #[expect(unused, while_true)]
43
- | ^^^^^^
43
+ | ^^^^ ^^^^^^
44
44
45
45
warning: this lint expectation is unfulfilled
46
- --> $DIR/expect_multiple_lints.rs:10:40
46
+ --> $DIR/expect_multiple_lints.rs:45:10
47
47
|
48
- LL | #[expect(unused_variables, unused_mut , while_true)]
49
- | ^^^^ ^^^^^^
48
+ LL | #[expect(unused , while_true)]
49
+ | ^^^^^^
50
50
51
51
warning: 8 warnings emitted
52
52
0 commit comments