// check-pass #![feature(lint_reasons)] #![warn(unused)] #![expect(unused_variables, reason = "")] //~^ WARNING this lint expectation is unfulfilled [unfulfilled_lint_expectations] //~| NOTE `#[warn(unfulfilled_lint_expectations)]` on by default //~| NOTE fn main() {}