Use async block in async fn type inference

This commit is contained in:
hkalbasi 2023-04-01 04:35:28 +03:30
parent 853fb44a24
commit 8a6ca86247
7 changed files with 68 additions and 57 deletions

View file

@ -233,7 +233,6 @@ impl<'a> Printer<'a> {
abi,
params,
ret_type,
async_ret_type: _,
ast_id: _,
flags,
} = &self.tree[it];