2021-08-06 16:38:09 -05:00
|
|
|
warning: this lint expectation is unfulfilled
|
2021-11-24 14:57:38 -06:00
|
|
|
--> $DIR/expect_with_reason.rs:6:11
|
2021-08-06 16:38:09 -05:00
|
|
|
|
|
|
|
|
LL | #![expect(unused_variables, reason = "<This should fail and display this reason>")]
|
2021-11-24 14:57:38 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2021-08-06 16:38:09 -05:00
|
|
|
|
|
|
|
|
= note: <This should fail and display this reason>
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: `#[warn(unfulfilled_lint_expectations)]` on by default
|
2021-08-06 16:38:09 -05:00
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|