2022-02-28 20:29:06 +00:00
|
|
|
warning: unknown lint: `must_not_suspend`
|
2024-12-18 19:27:44 +00:00
|
|
|
--> $DIR/gated.rs:4:9
|
2021-10-12 09:10:05 -07:00
|
|
|
|
|
|
|
|
|
LL | #![deny(must_not_suspend)]
|
2024-12-18 19:27:44 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2021-10-12 09:10:05 -07:00
|
|
|
|
|
2022-02-28 20:29:06 +00:00
|
|
|
= note: the `must_not_suspend` lint is unstable
|
2021-10-12 09:10:05 -07: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
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2022-09-18 19:55:36 +04:00
|
|
|
= note: `#[warn(unknown_lints)]` on by default
|
2021-10-12 09:10:05 -07:00
|
|
|
|
2023-12-28 19:09:03 +01:00
|
|
|
warning: 1 warning emitted
|
2021-10-12 09:10:05 -07:00
|
|
|
|