rust/tests/ui/lint/rfc-2383-lint-reason/expect_tool_lint_rfc_2383.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
448 B
Plaintext
Raw Normal View History

warning: this lint expectation is unfulfilled
--> $DIR/expect_tool_lint_rfc_2383.rs:32:14
|
LL | #[expect(dead_code)]
| ^^^^^^^^^
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
warning: this lint expectation is unfulfilled
--> $DIR/expect_tool_lint_rfc_2383.rs:38:18
|
LL | #[expect(invalid_nan_comparisons)]
| ^^^^^^^^^^^^^^^^^^^^^^^
warning: 2 warnings emitted