rust/crates/ra_hir_ty
bors[bot] 3f7e5cde0b
Merge #2661
2661: Implement infer await from async function r=flodiebold a=edwin0cheng

This PR is my attempt for trying to add support for infer `.await` expression from an `async` function, by desugaring its return type to `Impl Future<Output=RetType>`.

Note that I don't know it is supposed to desugaring it in that phase, if it is not suitable in current design, just feel free to reject it :)

r=@flodiebold 

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-12-24 16:28:46 +00:00
..
src Merge #2661 2019-12-24 16:28:46 +00:00
Cargo.toml Update Chalk, clean up Chalk integration a bit 2019-12-23 00:08:03 +01:00