blob: a13c92151ac9cde55eae67e524844b8b2237cce1 [file] [log] [blame]
//@ check-fail
#![deny(unknown_lints)]
#![allow(test_unstable_lint)]
//~^ ERROR unknown lint: `test_unstable_lint`
fn main() {}