]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/rfc-2383-lint-reason/crate_level_expect.stderr
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / ui / lint / rfc-2383-lint-reason / crate_level_expect.stderr
1 warning: this lint expectation is unfulfilled
2   --> $DIR/crate_level_expect.rs:7:11
3    |
4 LL | #![expect(unused_mut)]
5    |           ^^^^^^^^^^
6    |
7    = note: `#[warn(unfulfilled_lint_expectations)]` on by default
8
9 warning: 1 warning emitted
10