rtic/rtic-macros/ui/idle-not-divergent.stderr
2023-03-01 00:35:13 +01:00

5 lines
167 B
Text

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