diff options
Diffstat (limited to 'rtic/macros/ui/idle-not-divergent.stderr')
-rw-r--r-- | rtic/macros/ui/idle-not-divergent.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rtic/macros/ui/idle-not-divergent.stderr b/rtic/macros/ui/idle-not-divergent.stderr new file mode 100644 index 00000000..e318f58a --- /dev/null +++ b/rtic/macros/ui/idle-not-divergent.stderr @@ -0,0 +1,5 @@ +error: this `#[idle]` function must have signature `fn(idle::Context) -> !` + --> ui/idle-not-divergent.rs:6:8 + | +6 | fn idle(_: idle::Context) {} + | ^^^^ |