rtic/rtic-macros/ui/idle-no-context.stderr

6 lines
152 B
Text
Raw Permalink Normal View History

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