blob: 7237f6fb6bba0791601c5a3a6bb68db893846e20 (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: this lint expectation is unfulfilled
--> $DIR/crate_level_expect.rs:7:11
|
LL | #![expect(unused_mut)]
| ^^^^^^^^^^
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
warning: 1 warning emitted
|