diff options
Diffstat (limited to 'rtic-macros/ui/task-unsafe.stderr')
| -rw-r--r-- | rtic-macros/ui/task-unsafe.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-macros/ui/task-unsafe.stderr b/rtic-macros/ui/task-unsafe.stderr index 90ac76f..90c74a0 100644 --- a/rtic-macros/ui/task-unsafe.stderr +++ b/rtic-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, ..)` or `async fn(foo::Context, ..) -> !` --> ui/task-unsafe.rs:6:21 | 6 | async unsafe fn foo(_: foo::Context) {} |
