blob: 69f7cda08ef0bc90730a45591f7cf5a1ba53c2cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: this lint expectation is unfulfilled
--> $DIR/expect_on_fn_params.rs:9:43
|
LL | fn check_unfulfilled_expectation(#[expect(unused_variables)] used_value: u32) {
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
warning: 1 warning emitted
|