2022-03-31 19:49:50 +00:00
|
|
|
error: this lint expectation is unfulfilled
|
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:35:14
|
|
|
|
|
|
|
|
|
LL | #[expect(dead_code)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`
|
2022-03-31 19:49:50 +00:00
|
|
|
|
|
|
|
error: this lint expectation is unfulfilled
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:41:18
|
2022-03-31 19:49:50 +00:00
|
|
|
|
|
|
|
|
LL | #[expect(illegal_floating_point_literal_pattern)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: this lint expectation is unfulfilled
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:116:14
|
2022-03-31 19:49:50 +00:00
|
|
|
|
|
|
|
|
LL | #[expect(clippy::almost_swapped)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: this lint expectation is unfulfilled
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:124:14
|
2022-03-31 19:49:50 +00:00
|
|
|
|
|
|
|
|
LL | #[expect(clippy::bytes_nth)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: this lint expectation is unfulfilled
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:130:14
|
2022-03-31 19:49:50 +00:00
|
|
|
|
|
|
|
|
LL | #[expect(clippy::if_same_then_else)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: this lint expectation is unfulfilled
|
2023-08-24 19:32:12 +00:00
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:136:14
|
2022-03-31 19:49:50 +00:00
|
|
|
|
|
2022-08-11 17:42:16 +00:00
|
|
|
LL | #[expect(clippy::overly_complex_bool_expr)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-03-31 19:49:50 +00:00
|
|
|
|
|
|
|
error: aborting due to 6 previous errors
|
|
|
|
|