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