blob: df7d6584f99dd5263af85b7c114423c533299176 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|