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