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