2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags:-D bogus
|
|
|
|
|
//@ check-pass
|
2017-06-01 23:25:13 +02:00
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ error-pattern:E0602
|
|
|
|
|
//@ error-pattern:requested on the command line with `-D bogus`
|
|
|
|
|
//@ error-pattern:`#[warn(unknown_lints)]` on by default
|
2017-06-01 23:25:13 +02:00
|
|
|
|
|
|
|
|
fn main() {}
|