2025-03-21 14:52:26 +08:00
|
|
|
//! Check that we point to `-Whelp` to guide the user to find the list of lints if the user requests
|
|
|
|
//! `--print=lints` (which is not a valid print request).
|
|
|
|
|
|
|
|
//@ compile-flags: --print lints
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
//~? ERROR unknown print request: `lints`
|
2025-04-12 22:40:34 +03:00
|
|
|
//~? HELP use `-Whelp` to print a list of lints
|
|
|
|
//~? HELP for more information, see the rustc book
|
|
|
|
//~? HELP valid print requests are
|