blob: 1849fd2d895cf4267bebbfb407bc75f8ebd099e8 (
plain)
1
2
3
4
5
6
7
8
|
//@ compile-flags:-D bogus
//@ check-pass
//@ error-pattern:E0602
//@ error-pattern:requested on the command line with `-D bogus`
//@ error-pattern:`#[warn(unknown_lints)]` on by default
fn main() {}
|