]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/expect_tool_lint_rfc_2383.stderr
Rollup merge of #96882 - jackh726:no-subst, r=oli-obk
[rust.git] / src / tools / clippy / tests / ui / expect_tool_lint_rfc_2383.stderr
1 error: this lint expectation is unfulfilled
2   --> $DIR/expect_tool_lint_rfc_2383.rs:35:14
3    |
4 LL |     #[expect(dead_code)]
5    |              ^^^^^^^^^
6    |
7    = note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
8
9 error: this lint expectation is unfulfilled
10   --> $DIR/expect_tool_lint_rfc_2383.rs:39:18
11    |
12 LL |         #[expect(illegal_floating_point_literal_pattern)]
13    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
15 error: this lint expectation is unfulfilled
16   --> $DIR/expect_tool_lint_rfc_2383.rs:113:14
17    |
18 LL |     #[expect(clippy::almost_swapped)]
19    |              ^^^^^^^^^^^^^^^^^^^^^^
20
21 error: this lint expectation is unfulfilled
22   --> $DIR/expect_tool_lint_rfc_2383.rs:120:14
23    |
24 LL |     #[expect(clippy::bytes_nth)]
25    |              ^^^^^^^^^^^^^^^^^
26
27 error: this lint expectation is unfulfilled
28   --> $DIR/expect_tool_lint_rfc_2383.rs:125:14
29    |
30 LL |     #[expect(clippy::if_same_then_else)]
31    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
32
33 error: this lint expectation is unfulfilled
34   --> $DIR/expect_tool_lint_rfc_2383.rs:130:14
35    |
36 LL |     #[expect(clippy::logic_bug)]
37    |              ^^^^^^^^^^^^^^^^^
38
39 error: aborting due to 6 previous errors
40