Bless tests.
This commit is contained in:
parent
60e04d1e8c
commit
0e52a671d4
86 changed files with 644 additions and 1694 deletions
|
@ -13,7 +13,9 @@ fn get_future() -> impl Future<Output = ()> {
|
|||
}
|
||||
|
||||
async fn foo() {
|
||||
let a; //~ ERROR type inside `async fn` body must be known in this context
|
||||
let a;
|
||||
//[no_drop_tracking,drop_tracking]~^ ERROR type inside `async fn` body must be known in this context
|
||||
//[drop_tracking_mir]~^^ ERROR type annotations needed
|
||||
get_future().await;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue