Skip to content

Commit

Permalink
Fix CI failure (tokio-rs#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored May 3, 2024
1 parent e40ce2c commit e8abfaa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions async-stream/tests/ui/yield_in_async.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ error[E0727]: `async` coroutines are not yet supported
|
6 | yield 123;
| ^^^^^^^^^

error[E0308]: mismatched types
--> tests/ui/yield_in_async.rs:6:19
|
6 | yield 123;
| ^^^ expected `()`, found integer

0 comments on commit e8abfaa

Please sign in to comment.