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