mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
warning: this lint expectation is unfulfilled
|
|
--> $DIR/multiple_expect_attrs.rs:7:10
|
|
|
|
|
LL | #[expect(unused_variables)]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|