summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/rfc-2383-lint-reason/expect_with_reason.stderr
blob: 82c1a4c08bb39284e89c419d7a56ea4f418b8ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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: `#[warn(unfulfilled_lint_expectations)]` on by default
   = note: <This should fail and display this reason>

warning: 1 warning emitted