rtic/rtic-macros/ui/idle-unsafe.stderr

6 lines
179 B
Text
Raw Permalink Normal View History

error: this `#[idle]` function must have signature `fn(idle::Context) -> !`
--> ui/idle-unsafe.rs:6:15
|
6 | unsafe fn idle(_: idle::Context) -> ! {
| ^^^^