]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown-unstable-lints/deny-unstable-lint-inline.stderr
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / unknown-unstable-lints / deny-unstable-lint-inline.stderr
1 error: unknown lint: `test_unstable_lint`
2   --> $DIR/deny-unstable-lint-inline.rs:4:1
3    |
4 LL | #![allow(test_unstable_lint)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: the `test_unstable_lint` lint is unstable
8    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
9 note: the lint level is defined here
10   --> $DIR/deny-unstable-lint-inline.rs:3:9
11    |
12 LL | #![deny(unknown_lints)]
13    |         ^^^^^^^^^^^^^
14
15 error: unknown lint: `test_unstable_lint`
16   --> $DIR/deny-unstable-lint-inline.rs:4:1
17    |
18 LL | #![allow(test_unstable_lint)]
19    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20    |
21    = note: the `test_unstable_lint` lint is unstable
22    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
23
24 error: unknown lint: `test_unstable_lint`
25   --> $DIR/deny-unstable-lint-inline.rs:4:1
26    |
27 LL | #![allow(test_unstable_lint)]
28    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29    |
30    = note: the `test_unstable_lint` lint is unstable
31    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
32
33 error: aborting due to 3 previous errors
34