aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/task-no-context.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-macros/ui/task-no-context.stderr')
-rw-r--r--rtic-macros/ui/task-no-context.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-macros/ui/task-no-context.stderr b/rtic-macros/ui/task-no-context.stderr
index 62147aa..3cb9551 100644
--- a/rtic-macros/ui/task-no-context.stderr
+++ b/rtic-macros/ui/task-no-context.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-no-context.rs:6:14
|
6 | async fn foo() {}