aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/task-no-context.stderr
blob: 3cb95510cd414cdcfa63463faf1b7bcf31ef30e9 (plain)
1
2
3
4
5
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() {}
  |              ^^^