aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/task-no-context.stderr
blob: 62147aab95f9dc7cb8f19f7756796b90a1ea7204 (plain) (blame)
1
2
3
4
5
error: this task handler must have type signature `async fn(foo::Context, ..)`
 --> ui/task-no-context.rs:6:14
  |
6 |     async fn foo() {}
  |              ^^^