]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unknown-unstable-lints/deny-unstable-lint-inline.stderr
Auto merge of #95254 - jyn514:fix-windows-builds, r=Mark-Simulacrum
[rust.git] / src / test / 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 lint level is defined here
8   --> $DIR/deny-unstable-lint-inline.rs:3:9
9    |
10 LL | #![deny(unknown_lints)]
11    |         ^^^^^^^^^^^^^
12    = note: the `test_unstable_lint` lint is unstable
13    = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
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