blob: 381bd1ffb54c0a283cf5dd21158e5998e94764b9 [file] [log] [blame]
//@ compile-flags:-D bogus
//@ check-pass
//@ dont-require-annotations: NOTE
fn main() {}
//~? WARN unknown lint: `bogus`
//~? WARN unknown lint: `bogus`
//~? WARN unknown lint: `bogus`
//~? NOTE requested on the command line with `-D bogus`
//~? NOTE `#[warn(unknown_lints)]` on by default