aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/task-divergent.stderr
blob: bd22bd3358d9d761df82f8104ffe15890d708f46 (plain)
1
2
3
4
5
error: this task handler must have type signature `async fn(foo::Context)`
 --> ui/task-divergent.rs:6:14
  |
6 |     async fn foo(_: foo::Context) -> ! {
  |              ^^^