2022-02-28 14:29:06 -06:00
|
|
|
warning: unknown lint: `must_not_suspend`
|
|
|
|
--> $DIR/gated.rs:4:1
|
2021-10-12 11:10:05 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(must_not_suspend)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-28 14:29:06 -06:00
|
|
|
= note: the `must_not_suspend` lint is unstable
|
2021-10-12 11:10:05 -05:00
|
|
|
= 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
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: `#[warn(unknown_lints)]` on by default
|
2021-10-12 11:10:05 -05:00
|
|
|
|
2022-02-28 14:29:06 -06:00
|
|
|
warning: unknown lint: `must_not_suspend`
|
|
|
|
--> $DIR/gated.rs:4:1
|
2021-10-12 11:10:05 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(must_not_suspend)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-28 14:29:06 -06:00
|
|
|
= note: the `must_not_suspend` lint is unstable
|
2021-10-12 11:10:05 -05:00
|
|
|
= 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
|
|
|
|
|
2022-02-28 14:29:06 -06:00
|
|
|
warning: unknown lint: `must_not_suspend`
|
|
|
|
--> $DIR/gated.rs:4:1
|
2021-10-12 11:10:05 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(must_not_suspend)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-02-28 14:29:06 -06:00
|
|
|
= note: the `must_not_suspend` lint is unstable
|
2021-10-12 11:10:05 -05:00
|
|
|
= 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
|
|
|
|
|
2022-02-28 14:29:06 -06:00
|
|
|
warning: 3 warnings emitted
|
2021-10-12 11:10:05 -05:00
|
|
|
|