aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/idle-not-divergent.stderr
blob: e318f58a6a667c6cd9837641e64be3987001c75b (plain) (blame)
1
2
3
4
5
error: this `#[idle]` function must have signature `fn(idle::Context) -> !`
 --> ui/idle-not-divergent.rs:6:8
  |
6 |     fn idle(_: idle::Context) {}
  |        ^^^^