Skip to content

Commit

Permalink
Update stderr files
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk committed Nov 22, 2021
1 parent ca2057c commit db80c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/async-await/issue-70594.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LL | [1; ().await];
| ^^^^^^^^ `()` is not a future
|
= help: the trait `Future` is not implemented for `()`
= note: required because of the requirements on the impl of `IntoFuture` for `()`

error: aborting due to 4 previous errors

Expand Down
1 change: 1 addition & 0 deletions src/test/ui/async-await/issues/issue-62009-1.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LL | (|_| 2333).await;
| ^^^^^^^^^^^^^^^^ `[closure@$DIR/issue-62009-1.rs:12:5: 12:15]` is not a future
|
= help: the trait `Future` is not implemented for `[closure@$DIR/issue-62009-1.rs:12:5: 12:15]`
= note: required because of the requirements on the impl of `IntoFuture` for `[closure@$DIR/issue-62009-1.rs:12:5: 12:15]`

error: aborting due to 4 previous errors

Expand Down

0 comments on commit db80c07

Please sign in to comment.