mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 12:42:52 +01:00
6 lines
177 B
Text
6 lines
177 B
Text
|
error: this task handler must have type signature `(async) fn(foo::Context, ..)`
|
||
|
--> ui/task-unsafe.rs:6:15
|
||
|
|
|
||
|
6 | unsafe fn foo(_: foo::Context) {}
|
||
|
| ^^^
|