]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown-unstable-lints/deny-unstable-lint-command-line.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / unknown-unstable-lints / deny-unstable-lint-command-line.stderr
1 error: unknown lint: `test_unstable_lint`
2    |
3    = note: the `test_unstable_lint` lint is unstable
4    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
5    = note: requested on the command line with `-D unknown-lints`
6
7 error: 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 error: 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 error: aborting due to 3 previous errors
18