summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unknown-unstable-lints/warn-unknown-unstable-lint-command-line.stderr
blob: 82851c80064b11054f9ddd395fd30bbe4eff3c64 (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: 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 `-W unknown-lints`

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