We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b262c7c commit 638f84dCopy full SHA for 638f84d
src/test/ui/chalkify/bugs/async.stderr
@@ -28,7 +28,7 @@ note: required by a bound in `from_generator`
28
LL | T: Generator<ResumeTy, Yield = ()>,
29
| ^^^^^^^^^^ required by this bound in `from_generator`
30
31
-error[E0280]: the requirement `<impl Future<Output = [async output]> as Future>::Output == u32` is not satisfied
+error[E0280]: the requirement `<impl Future as Future>::Output == u32` is not satisfied
32
--> $DIR/async.rs:7:29
33
|
34
LL | async fn foo(x: u32) -> u32 {
0 commit comments