summaryrefslogtreecommitdiffstats
path: root/tests/ui/unknown-unstable-lints/warn-unknown-unstable-lint-command-line.stderr
blob: a2deecf1caf5e70effa09e92301d9c8160ac188a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
warning: unknown lint: `test_unstable_lint`
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `-Zcrate-attr="feature(test_unstable_lint)"` to the command-line options to enable
   = note: requested on the command line with `-W unknown-lints`

warning: unknown lint: `test_unstable_lint`
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `-Zcrate-attr="feature(test_unstable_lint)"` to the command-line options to enable
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning: unknown lint: `test_unstable_lint`
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `-Zcrate-attr="feature(test_unstable_lint)"` to the command-line options to enable
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning: 3 warnings emitted