]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/cli-unknown-force-warn.stderr
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
[rust.git] / src / test / ui / lint / cli-unknown-force-warn.stderr
1 error[E0602]: unknown lint: `foo_qux`
2    |
3    = note: requested on the command line with `--force-warn foo_qux`
4
5 error[E0602]: unknown lint: `foo_qux`
6    |
7    = note: requested on the command line with `--force-warn foo_qux`
8
9 error: aborting due to 2 previous errors
10
11 For more information about this error, try `rustc --explain E0602`.