diff options
Diffstat (limited to 'macros/ui/task-divergent.stderr')
| -rw-r--r-- | macros/ui/task-divergent.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ui/task-divergent.stderr b/macros/ui/task-divergent.stderr index bd22bd3..dd00208 100644 --- a/macros/ui/task-divergent.stderr +++ b/macros/ui/task-divergent.stderr @@ -1,4 +1,4 @@ -error: this task handler must have type signature `async fn(foo::Context)` +error: this task handler must have type signature `async fn(foo::Context, ..)` --> ui/task-divergent.rs:6:14 | 6 | async fn foo(_: foo::Context) -> ! { |
