We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360edd6 commit 8829643Copy full SHA for 8829643
src/test/ui/chalkify/bugs/async.stderr
@@ -28,6 +28,15 @@ 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: aborting due to 2 previous errors
+error[E0280]: the requirement `<impl Future<Output = [async output]> as Future>::Output == u32` is not satisfied
32
+ --> $DIR/async.rs:7:29
33
+ |
34
+LL | async fn foo(x: u32) -> u32 {
35
+ | _____________________________^
36
+LL | | x
37
+LL | | }
38
+ | |_^
39
+
40
+error: aborting due to 3 previous errors
41
42
For more information about this error, try `rustc --explain E0277`.
0 commit comments