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