summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/cli-unknown-force-warn.stderr
blob: 5084b4a40013ac5f3cb75acb8fab4fa9fb84e3a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
warning[E0602]: unknown lint: `foo_qux`
   |
   = note: requested on the command line with `--force-warn foo_qux`
   = note: `#[warn(unknown_lints)]` on by default

warning[E0602]: unknown lint: `foo_qux`
   |
   = note: requested on the command line with `--force-warn foo_qux`
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning[E0602]: unknown lint: `foo_qux`
   |
   = note: requested on the command line with `--force-warn foo_qux`
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning: 3 warnings emitted

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