summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unknown-unstable-lints/deny-unstable-lint-command-line.stderr
blob: aa73b824a570627f419a156a4abd507df43ef83b (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: the `test_unstable_lint` lint is unstable
   = help: add `#![feature(test_unstable_lint)]` to the crate attributes 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 `#![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