about summary refs log tree commit diff
path: root/tests/ui/lint/dead-code/allow-or-expect-dead_code-114557-2.stderr
blob: a199859cb20b56cf993b76f922d884a297e05936 (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:14:10
   |
LL | #[expect(dead_code)]
   |          ^^^^^^^^^
   |
   = note: `#[warn(unfulfilled_lint_expectations)]` on by default

warning: 1 warning emitted