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

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

12 lines
364 B
Plaintext
Raw Normal View History

warning: this lint expectation is unfulfilled
--> $DIR/expect_with_reason.rs:6:11
|
LL | #![expect(unused_variables, reason = "<This should fail and display this reason>")]
| ^^^^^^^^^^^^^^^^
|
= note: <This should fail and display this reason>
2022-09-18 10:55:36 -05:00
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
warning: 1 warning emitted