about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/expect_tool_lint_rfc_2383.stderr
blob: b274d5c23693383ba2d8b83916bc2042b6e46438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
error: this lint expectation is unfulfilled
  --> tests/ui/expect_tool_lint_rfc_2383.rs:30:14
   |
LL |     #[expect(dead_code)]
   |              ^^^^^^^^^
   |
   = note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`

error: this lint expectation is unfulfilled
  --> tests/ui/expect_tool_lint_rfc_2383.rs:37:18
   |
LL |         #[expect(invalid_nan_comparisons)]
   |                  ^^^^^^^^^^^^^^^^^^^^^^^

error: this lint expectation is unfulfilled
  --> tests/ui/expect_tool_lint_rfc_2383.rs:37:18
   |
LL |         #[expect(invalid_nan_comparisons)]
   |                  ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error: this lint expectation is unfulfilled
  --> tests/ui/expect_tool_lint_rfc_2383.rs:110:14
   |
LL |     #[expect(clippy::almost_swapped)]
   |              ^^^^^^^^^^^^^^^^^^^^^^

error: this lint expectation is unfulfilled
  --> tests/ui/expect_tool_lint_rfc_2383.rs:118:14
   |
LL |     #[expect(clippy::bytes_nth)]
   |              ^^^^^^^^^^^^^^^^^

error: this lint expectation is unfulfilled
  --> tests/ui/expect_tool_lint_rfc_2383.rs:124:14
   |
LL |     #[expect(clippy::if_same_then_else)]
   |              ^^^^^^^^^^^^^^^^^^^^^^^^^

error: this lint expectation is unfulfilled
  --> tests/ui/expect_tool_lint_rfc_2383.rs:130:14
   |
LL |     #[expect(clippy::overly_complex_bool_expr)]
   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 7 previous errors