rtic/rtic-macros/ui/task-no-prio.stderr

6 lines
240 B
Text
Raw Permalink Normal View History

error: Async task "task1" has priority 0, but `#[idle]` is defined. 0-priority async tasks are only allowed if there is no `#[idle]`.
--> ui/task-no-prio.rs:18:14
|
18 | async fn task1(_: task1::Context) {}
| ^^^^^