blob: 9a706a296956e5d6c69fb56802da880cc830f6af (
plain)
1
2
3
4
5
6
7
8
9
|
//! 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
//~? ERROR unknown print request: `lints`
//~? HELP use `-Whelp` to print a list of lints
//~? HELP for more information, see the rustc book
//~? HELP valid print requests are
|