]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/must_not_suspend/gated.stderr
Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-type...
[rust.git] / src / test / ui / lint / must_not_suspend / gated.stderr
1 warning: unknown lint: `must_not_suspend`
2   --> $DIR/gated.rs:4:1
3    |
4 LL | #![deny(must_not_suspend)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(unknown_lints)]` on by default
8    = note: the `must_not_suspend` lint is unstable
9    = note: see issue #83310 <https://github.com/rust-lang/rust/issues/83310> for more information
10    = help: add `#![feature(must_not_suspend)]` to the crate attributes to enable
11
12 warning: unknown lint: `must_not_suspend`
13   --> $DIR/gated.rs:4:1
14    |
15 LL | #![deny(must_not_suspend)]
16    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
17    |
18    = note: the `must_not_suspend` lint is unstable
19    = note: see issue #83310 <https://github.com/rust-lang/rust/issues/83310> for more information
20    = help: add `#![feature(must_not_suspend)]` to the crate attributes to enable
21
22 warning: unknown lint: `must_not_suspend`
23   --> $DIR/gated.rs:4:1
24    |
25 LL | #![deny(must_not_suspend)]
26    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
27    |
28    = note: the `must_not_suspend` lint is unstable
29    = note: see issue #83310 <https://github.com/rust-lang/rust/issues/83310> for more information
30    = help: add `#![feature(must_not_suspend)]` to the crate attributes to enable
31
32 warning: 3 warnings emitted
33