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