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