8 lines
379 B
Rust
8 lines
379 B
Rust
![]() |
//! 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-pattern: error: unknown print request: `lints`
|
||
|
//@ error-pattern: help: use `-Whelp` to print a list of lints
|
||
|
//@ error-pattern: help: for more information, see the rustc book
|