2023-08-30 13:19:53 +00:00
|
|
|
//@ compile-flags:-D unknown-lints -D bogus -D dead_cod
|
2025-04-12 19:40:34 +00:00
|
|
|
//@ dont-require-annotations: HELP
|
|
|
|
//@ dont-require-annotations: NOTE
|
2023-08-30 13:19:53 +00:00
|
|
|
|
|
|
|
fn main() { }
|
2025-03-28 23:41:32 +00: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 19:40:34 +00: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`
|