summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/must_not_suspend/gated.stderr
blob: b58ecb55596ab01f4ee49ba81428cc9fed8add0f (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
31
32
33
warning: unknown lint: `must_not_suspend`
  --> $DIR/gated.rs:4:1
   |
LL | #![deny(must_not_suspend)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unknown_lints)]` on by default
   = note: the `must_not_suspend` lint is unstable
   = note: see issue #83310 <https://github.com/rust-lang/rust/issues/83310> for more information
   = help: add `#![feature(must_not_suspend)]` to the crate attributes to enable

warning: unknown lint: `must_not_suspend`
  --> $DIR/gated.rs:4:1
   |
LL | #![deny(must_not_suspend)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `must_not_suspend` lint is unstable
   = note: see issue #83310 <https://github.com/rust-lang/rust/issues/83310> for more information
   = help: add `#![feature(must_not_suspend)]` to the crate attributes to enable

warning: unknown lint: `must_not_suspend`
  --> $DIR/gated.rs:4:1
   |
LL | #![deny(must_not_suspend)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `must_not_suspend` lint is unstable
   = note: see issue #83310 <https://github.com/rust-lang/rust/issues/83310> for more information
   = help: add `#![feature(must_not_suspend)]` to the crate attributes to enable

warning: 3 warnings emitted