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

Return the right lifetime from DistributableToolchain::install #3452

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

rbtcollins
Copy link
Contributor

With Self this infers an lifetime of '_ rather than 'a, which leads to a
compile error when the function is made async.

With Self this infers an lifetime of '_ rather than 'a, which leads to a
compile error when the function is made async.
@rbtcollins rbtcollins merged commit 5741fff into rust-lang:master Aug 19, 2023
16 checks passed
@rbtcollins rbtcollins deleted the install-lifetime branch August 19, 2023 17:05
@rami3l rami3l mentioned this pull request Jan 29, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants