]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unknown-unstable-lints/warn-unknown-unstable-lint-command-line.stderr
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.git] / src / test / ui / unknown-unstable-lints / warn-unknown-unstable-lint-command-line.stderr
1 warning: unknown lint: `test_unstable_lint`
2    |
3    = note: requested on the command line with `-W unknown-lints`
4    = note: the `test_unstable_lint` lint is unstable
5    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
6
7 warning: unknown lint: `test_unstable_lint`
8    |
9    = note: the `test_unstable_lint` lint is unstable
10    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
11
12 warning: unknown lint: `test_unstable_lint`
13    |
14    = note: the `test_unstable_lint` lint is unstable
15    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
16
17 warning: 3 warnings emitted
18