2023-08-30 14:19:53 +01:00
|
|
|
//@ compile-flags:-D unknown-lints -D bogus -D dead_cod
|
2025-04-12 22:40:34 +03:00
|
|
|
//@ dont-require-annotations: HELP
|
|
|
|
//@ dont-require-annotations: NOTE
|
2023-08-30 14:19:53 +01:00
|
|
|
|
|
|
|
fn main() { }
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
//~? ERROR unknown lint: `bogus`
|
|
|
|
//~? ERROR unknown lint: `dead_cod`
|
|
|
|
//~? ERROR unknown lint: `bogus`
|
|
|
|
//~? ERROR unknown lint: `dead_cod`
|
|
|
|
//~? ERROR unknown lint: `bogus`
|
|
|
|
//~? ERROR unknown lint: `dead_cod`
|
2025-04-12 22:40:34 +03:00
|
|
|
//~? NOTE requested on the command line with `-D bogus`
|
|
|
|
//~? NOTE requested on the command line with `-D dead_cod`
|
|
|
|
//~? NOTE requested on the command line with `-D unknown-lints`
|
|
|
|
//~? HELP did you mean: `dead_code`
|