summaryrefslogtreecommitdiffstats
path: root/tests/ui/unknown-unstable-lints/deny-unstable-lint-command-line.stderr
blob: f0450aea49a4acdaec90fdaf636c1a2104e49e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error: 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 `-D unknown-lints`

error: 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`

error: 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`

error: aborting due to 3 previous errors