blob: 5859e1db4a369778197a7b8fe3527a9ccbb556e3 (
plain)
1
2
3
4
5
|
error: this task handler must have type signature `async fn(foo::Context, ..)` or `async fn(foo::Context, ..) -> !`
--> ui/task-zero-prio.rs:15:8
|
15 | fn foo(_: foo::Context) {}
| ^^^
|