Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yield-Safe Lint RFC #14

Closed
nikomatsakis opened this issue Jun 30, 2020 · 1 comment
Closed

Yield-Safe Lint RFC #14

nikomatsakis opened this issue Jun 30, 2020 · 1 comment
Assignees

Comments

@nikomatsakis
Copy link
Contributor

Proposal: to add a lint similar to must-use that can help to identify values that ought not to be held across an await (or other yield), such as mutex guards, and warn about them.

@nikomatsakis nikomatsakis changed the title Yield-Safe Lint Yield-Safe Lint RFC Jun 30, 2020
@tmandry
Copy link
Member

tmandry commented Apr 30, 2021

RFC has been merged, closing!

@tmandry tmandry closed this as completed Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants