summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-test_unstable_lint.stderr
blob: a29322443ea983948cbfb8e51267735de5692ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
warning: unknown lint: `test_unstable_lint`
  --> $DIR/feature-gate-test_unstable_lint.rs:4:1
   |
LL | #![allow(test_unstable_lint)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unknown_lints)]` on by default
   = 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`
  --> $DIR/feature-gate-test_unstable_lint.rs:4:1
   |
LL | #![allow(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`
  --> $DIR/feature-gate-test_unstable_lint.rs:4:1
   |
LL | #![allow(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