2022-06-04 00:04:19 +02:00
|
|
|
warning: this lint expectation is unfulfilled
|
2024-02-10 21:53:34 +00:00
|
|
|
--> $DIR/expect_on_fn_params.rs:8:43
|
2022-06-04 00:04:19 +02:00
|
|
|
|
|
|
|
|
|
LL | fn check_unfulfilled_expectation(#[expect(unused_variables)] used_value: u32) {
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
|
|
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|