about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-08-27 07:26:32 +0000
committerbors <bors@rust-lang.org>2020-08-27 07:26:32 +0000
commitf7cbb7a594658099ebb9d0008779511fe2fbe9ab (patch)
treecec33661a7609e6d6e2d44428918a36dfa4f7b91 /src/librustdoc/html/markdown.rs
parent4e701afd84e4500bb7a4800f187284c1e1bf01ee (diff)
parent7cfcefd1fbbbfefbdc88feb7359e6364d7c0bf8a (diff)
downloadrust-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