diff options
| author | bors <bors@rust-lang.org> | 2020-08-27 07:26:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-08-27 07:26:32 +0000 |
| commit | f7cbb7a594658099ebb9d0008779511fe2fbe9ab (patch) | |
| tree | cec33661a7609e6d6e2d44428918a36dfa4f7b91 /src/librustdoc/html/markdown.rs | |
| parent | 4e701afd84e4500bb7a4800f187284c1e1bf01ee (diff) | |
| parent | 7cfcefd1fbbbfefbdc88feb7359e6364d7c0bf8a (diff) | |
| download | rust-f7cbb7a594658099ebb9d0008779511fe2fbe9ab.tar.gz rust-f7cbb7a594658099ebb9d0008779511fe2fbe9ab.zip | |
Auto merge of #72784 - csmoe:issue-61076, r=estebank
Await on mismatched future types
Closes #61076
This PR suggests to `await` on:
1. `async_fn().bar() => async_fn().await.bar()`
2. `async_fn().field => async_fn().await.field`
3. ` if let x = async() {} => if let x = async().await {}`
r? @tmandry @estebank
Diffstat (limited to 'src/librustdoc/html/markdown.rs')
0 files changed, 0 insertions, 0 deletions
