WIP fix tests
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
error[E0698]: type inside `async` object must be known in this context
|
||||
error[E0698]: type inside `async` fn body must be known in this context
|
||||
--> $DIR/async-error-span.rs:12:9
|
||||
|
|
||||
LL | let a;
|
||||
| ^ cannot infer type
|
||||
|
|
||||
note: the type is part of the `async` object because of this `await`
|
||||
note: the type is part of the `async` fn body because of this `await`
|
||||
--> $DIR/async-error-span.rs:13:5
|
||||
|
|
||||
LL | get_future().await;
|
||||
|
||||
Reference in New Issue
Block a user