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