Skip to content

Commit e8abfaa

Browse files
authored
Fix CI failure (#104)
1 parent e40ce2c commit e8abfaa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

async-stream/tests/ui/yield_in_async.stderr

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ error[E0727]: `async` coroutines are not yet supported
1111
|
1212
6 | yield 123;
1313
| ^^^^^^^^^
14-
15-
error[E0308]: mismatched types
16-
--> tests/ui/yield_in_async.rs:6:19
17-
|
18-
6 | yield 123;
19-
| ^^^ expected `()`, found integer

0 commit comments

Comments
 (0)