41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
error: this lint expectation is unfulfilled
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:34:14
|
|
|
|
|
LL | #[expect(dead_code)]
|
|
| ^^^^^^^^^
|
|
|
|
|
= note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
|
|
|
|
error: this lint expectation is unfulfilled
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:38:18
|
|
|
|
|
LL | #[expect(illegal_floating_point_literal_pattern)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: this lint expectation is unfulfilled
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:112:14
|
|
|
|
|
LL | #[expect(clippy::almost_swapped)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: this lint expectation is unfulfilled
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:119:14
|
|
|
|
|
LL | #[expect(clippy::bytes_nth)]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: this lint expectation is unfulfilled
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:124:14
|
|
|
|
|
LL | #[expect(clippy::if_same_then_else)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: this lint expectation is unfulfilled
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:129:14
|
|
|
|
|
LL | #[expect(clippy::overly_complex_bool_expr)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 6 previous errors
|
|
|