mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
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
|
|
|