2022-03-31 21:18:44 +02:00
|
|
|
warning: this lint expectation is unfulfilled
|
2024-02-10 21:53:34 +00:00
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:32:14
|
2022-03-31 21:18:44 +02:00
|
|
|
|
|
|
|
|
LL | #[expect(dead_code)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
|
|
|
|
|
|
|
|
warning: this lint expectation is unfulfilled
|
2024-02-10 21:53:34 +00:00
|
|
|
--> $DIR/expect_tool_lint_rfc_2383.rs:38:18
|
2022-03-31 21:18:44 +02:00
|
|
|
|
|
2024-01-06 14:39:51 +01:00
|
|
|
LL | #[expect(invalid_nan_comparisons)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2022-03-31 21:18:44 +02:00
|
|
|
|
|
|
|
warning: 2 warnings emitted
|
|
|
|
|