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

6 lines
170 B
Text
Raw Normal View History

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