-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Feature gate the must_not_suspend lint #89798
Copy link
Copy link
Closed
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitA-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.AsyncAwait-TriagedAsync-await issues that have been triaged during a working group meeting.Async-await issues that have been triaged during a working group meeting.
Milestone
Metadata
Metadata
Assignees
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitA-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.AsyncAwait-TriagedAsync-await issues that have been triaged during a working group meeting.Async-await issues that have been triaged during a working group meeting.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature-gate the
must_not_suspendlint (the attribute is already feature-gated) as#![feature(must_not_suspend_lint)]. This will have to be done before 1.57.0 is released (since that's when the lint will land).cc #83310 (comment)