2023-08-30 14:19:53 +01:00
|
|
|
// compile-flags:-D unknown-lints -D bogus -D dead_cod
|
|
|
|
|
|
|
|
// error-pattern:unknown lint: `bogus`
|
|
|
|
// error-pattern:requested on the command line with `-D bogus`
|
|
|
|
// error-pattern:requested on the command line with `-D dead_cod`
|
2023-08-28 20:28:51 +01:00
|
|
|
// error-pattern:requested on the command line with `-D unknown-lints`
|
2023-08-30 14:19:53 +01:00
|
|
|
// error-pattern:did you mean: `dead_code`
|
|
|
|
|
|
|
|
fn main() { }
|