1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-01-18 15:19:02 +01:00
rtic/macros/ui/idle-input.stderr

6 lines
176 B
Text
Raw Normal View History

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