blob: 8bae9ff32b4c38df76cce36b6f3bd36f1188729d [file] [log] [blame]
//@ check-pass
// `test_unstable_lint` is for testing and should never be stabilized.
#![allow(test_unstable_lint)]
//~^ WARNING unknown lint: `test_unstable_lint`
fn main() {}