-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitA-lifetimesArea: Lifetimes / regionsArea: Lifetimes / regionsA-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.C-bugCategory: This is a bug.Category: This is a bug.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitA-lifetimesArea: Lifetimes / regionsArea: Lifetimes / regionsA-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.C-bugCategory: This is a bug.Category: This is a bug.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Projects
Status
Done
Milestone
Relationships
Development
Select code repository
Activity
tmandry commentedon Nov 19, 2020
Odd, it looks like the lint is broken for async fns. We definitely want to fix this.
If anyone wants to take this on, the place to start is
check_uses_for_lifetimes_defined_by_scope
and reading / logging to understand how async functions are handled differently.Vooblin commentedon Dec 1, 2020
Hello!
I'm new in the Rust community and I'm going to actively contribute in Rust. I would like to start with this issue.
Vooblin commentedon Dec 7, 2020
@rustbot claim
c410-f3r commentedon Dec 7, 2020
@Vooblin Thank you!
tmandry commentedon Jan 9, 2021
Ping from triage. @Vooblin are you still interested in working on this?
c410-f3r commentedon Jan 9, 2021
@tmandry -> #79689 (comment)
tmandry commentedon Jan 9, 2021
Oops☺️ sorry about that. This slipped through my email filters. I'll give it a review next week.
Rollup merge of rust-lang#79689 - Vooblin:patch1, r=tmandry
Rollup merge of rust-lang#79689 - Vooblin:patch1, r=tmandry
Auto merge of rust-lang#79689 - Vooblin:patch1, r=tmandry
tmandry commentedon Jan 15, 2021
Fixed in #79689