rtic/rtic-macros/ui/task-zero-prio.stderr
2025-03-27 14:47:11 +00:00

5 lines
205 B
Text

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) {}
| ^^^