mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-02-25 09:48:39 +01:00
5 lines
169 B
Text
5 lines
169 B
Text
error: this task handler must have type signature `(async) fn(foo::Context, ..)`
|
|
--> ui/task-divergent.rs:6:8
|
|
|
|
|
6 | fn foo(_: foo::Context) -> ! {
|
|
| ^^^
|