|
1 | 1 | error: this lint expectation is unfulfilled
|
2 |
| - --> $DIR/expect_tool_lint_rfc_2383.rs:35:14 |
| 2 | + --> $DIR/expect_tool_lint_rfc_2383.rs:34:14 |
3 | 3 | |
|
4 | 4 | LL | #[expect(dead_code)]
|
5 | 5 | | ^^^^^^^^^
|
6 | 6 | |
|
7 | 7 | = note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
|
8 | 8 |
|
9 | 9 | error: this lint expectation is unfulfilled
|
10 |
| - --> $DIR/expect_tool_lint_rfc_2383.rs:39:18 |
| 10 | + --> $DIR/expect_tool_lint_rfc_2383.rs:38:18 |
11 | 11 | |
|
12 | 12 | LL | #[expect(illegal_floating_point_literal_pattern)]
|
13 | 13 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
14 | 14 |
|
15 | 15 | error: this lint expectation is unfulfilled
|
16 |
| - --> $DIR/expect_tool_lint_rfc_2383.rs:113:14 |
| 16 | + --> $DIR/expect_tool_lint_rfc_2383.rs:112:14 |
17 | 17 | |
|
18 | 18 | LL | #[expect(clippy::almost_swapped)]
|
19 | 19 | | ^^^^^^^^^^^^^^^^^^^^^^
|
20 | 20 |
|
21 | 21 | error: this lint expectation is unfulfilled
|
22 |
| - --> $DIR/expect_tool_lint_rfc_2383.rs:120:14 |
| 22 | + --> $DIR/expect_tool_lint_rfc_2383.rs:119:14 |
23 | 23 | |
|
24 | 24 | LL | #[expect(clippy::bytes_nth)]
|
25 | 25 | | ^^^^^^^^^^^^^^^^^
|
26 | 26 |
|
27 | 27 | error: this lint expectation is unfulfilled
|
28 |
| - --> $DIR/expect_tool_lint_rfc_2383.rs:125:14 |
| 28 | + --> $DIR/expect_tool_lint_rfc_2383.rs:124:14 |
29 | 29 | |
|
30 | 30 | LL | #[expect(clippy::if_same_then_else)]
|
31 | 31 | | ^^^^^^^^^^^^^^^^^^^^^^^^^
|
32 | 32 |
|
33 | 33 | error: this lint expectation is unfulfilled
|
34 |
| - --> $DIR/expect_tool_lint_rfc_2383.rs:130:14 |
| 34 | + --> $DIR/expect_tool_lint_rfc_2383.rs:129:14 |
35 | 35 | |
|
36 | 36 | LL | #[expect(clippy::overly_complex_bool_expr)]
|
37 | 37 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
0 commit comments