]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/rfc-2383-lint-reason/multiple_expect_attrs.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / rfc-2383-lint-reason / multiple_expect_attrs.stderr
1 warning: this lint expectation is unfulfilled
2   --> $DIR/multiple_expect_attrs.rs:7:10
3    |
4 LL | #[expect(unused_variables)]
5    |          ^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(unfulfilled_lint_expectations)]` on by default
8
9 warning: 1 warning emitted
10