summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/cli-unknown-force-warn.stderr
blob: 9ce9f405aee699d38d5ca0b1b30e0f5ce90651f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0602]: unknown lint: `foo_qux`
   |
   = note: requested on the command line with `--force-warn foo_qux`

error[E0602]: unknown lint: `foo_qux`
   |
   = note: requested on the command line with `--force-warn foo_qux`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0602`.