aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/task-no-prio.stderr
blob: 4ff97ec42c5cfcfd6832f634db35e066f223f152 (plain) (blame)
1
2
3
4
5
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) {}
   |              ^^^^^