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

warning: 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

warning: 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

warning: 3 warnings emitted