aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/task-unsafe.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ui/task-unsafe.stderr')
-rw-r--r--macros/ui/task-unsafe.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ui/task-unsafe.stderr b/macros/ui/task-unsafe.stderr
index 49084813..90ac76fe 100644
--- a/macros/ui/task-unsafe.stderr
+++ b/macros/ui/task-unsafe.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-unsafe.rs:6:21
|
6 | async unsafe fn foo(_: foo::Context) {}