WIP fix tests
This commit is contained in:
parent
81cd596bc5
commit
dce20bf62a
20 changed files with 221 additions and 187 deletions
|
@ -20,7 +20,7 @@ fn return_targets_async_block_not_fn() -> u8 {
|
|||
}
|
||||
|
||||
async fn return_targets_async_block_not_async_fn() -> u8 {
|
||||
//~^ ERROR type mismatch resolving
|
||||
//~^ ERROR mismatched types
|
||||
let block = async {
|
||||
return 0u8;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue