mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
11 lines
339 B
Plaintext
11 lines
339 B
Plaintext
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
|
|
|