Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix rust-lang/rust#64477 & rust-lang/rust#64856 #1618

Merged
merged 1 commit into from
Sep 30, 2019
Merged

Conversation

jonhoo
Copy link
Contributor

@jonhoo jonhoo commented Sep 30, 2019

rust-lang/rust#64477 means that foo(format!(...)).await is broken. rust-lang/rust#64856 fixes it, but hasn't landed yet (and may never). See rust-lang/rust#64477 (comment) for a detailed explanation.

`foo(format!(...)).await` no longer compiles. There's a fix in
rust-lang/rust#64856, but this works around the problem.
@jonhoo jonhoo merged commit 5ce5a0a into master Sep 30, 2019
@jonhoo jonhoo deleted the fix-for-64856 branch September 30, 2019 21:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants