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

warning: 1 warning emitted