2023-01-10 21:03:10 +01:00
|
|
|
error: this task handler must have type signature `async fn(foo::Context, ..)`
|
2023-01-08 16:25:46 +01:00
|
|
|
--> ui/task-unsafe.rs:6:21
|
2022-12-31 14:45:13 +01:00
|
|
|
|
|
2023-01-08 16:25:46 +01:00
|
|
|
6 | async unsafe fn foo(_: foo::Context) {}
|
|
|
|
| ^^^
|