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

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