summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/dead-code/allow-or-expect-dead_code-114557-2.stderr
blob: d5c4dabed015101b644bdc740008425eb47b6f76 (plain)
1
2
3
4
5
6
7
8
9
10
warning: this lint expectation is unfulfilled
  --> $DIR/allow-or-expect-dead_code-114557-2.rs:15:10
   |
LL | #[expect(dead_code)]
   |          ^^^^^^^^^
   |
   = note: `#[warn(unfulfilled_lint_expectations)]` on by default

warning: 1 warning emitted