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

5 lines
170 B
Text

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