aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/task-zero-prio.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ui/task-zero-prio.stderr')
-rw-r--r--macros/ui/task-zero-prio.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ui/task-zero-prio.stderr b/macros/ui/task-zero-prio.stderr
index f2d8223..1ab9aab 100644
--- a/macros/ui/task-zero-prio.stderr
+++ b/macros/ui/task-zero-prio.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-zero-prio.rs:15:8
|
15 | fn foo(_: foo::Context) {}