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