summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unknown-unstable-lints/deny-unstable-lint-command-line.stderr
blob: 7e6885bd70646dd27126d9670286e2146b5f2867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error: unknown lint: `test_unstable_lint`
   |
   = note: requested on the command line with `-D unknown-lints`
   = note: the `test_unstable_lint` lint is unstable
   = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable

error: unknown lint: `test_unstable_lint`
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable

error: unknown lint: `test_unstable_lint`
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable

error: aborting due to 3 previous errors