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