WIP fix tests

This commit is contained in:
Niko Matsakis 2019-10-02 14:17:38 -04:00
parent 81cd596bc5
commit dce20bf62a
20 changed files with 221 additions and 187 deletions

View file

@ -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;
};