Skip to content

Commit 638f84d

Browse files
committed
rebase fallout
1 parent b262c7c commit 638f84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/chalkify/bugs/async.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ note: required by a bound in `from_generator`
2828
LL | T: Generator<ResumeTy, Yield = ()>,
2929
| ^^^^^^^^^^ required by this bound in `from_generator`
3030

31-
error[E0280]: the requirement `<impl Future<Output = [async output]> as Future>::Output == u32` is not satisfied
31+
error[E0280]: the requirement `<impl Future as Future>::Output == u32` is not satisfied
3232
--> $DIR/async.rs:7:29
3333
|
3434
LL | async fn foo(x: u32) -> u32 {

0 commit comments

Comments
 (0)