diff options
| author | Oleksandr Babak <alexanderbabak@proton.me> | 2025-03-22 12:25:45 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-03-27 14:47:11 +0000 |
| commit | 0593a7290bcc5f134a7c3a33f0431979cf4f0121 (patch) | |
| tree | a2b27bc9e90cedbcb14058d3b009e4700de2118f /rtic-macros/ui/task-no-context.stderr | |
| parent | 78e9127fc53f7fa3dfe2f66705426b78f106daa0 (diff) | |
chore: update tests
Diffstat (limited to 'rtic-macros/ui/task-no-context.stderr')
| -rw-r--r-- | rtic-macros/ui/task-no-context.stderr | 2 |
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() {} |
