aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/idle-pub.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-macros/ui/idle-pub.stderr')
-rw-r--r--rtic-macros/ui/idle-pub.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtic-macros/ui/idle-pub.stderr b/rtic-macros/ui/idle-pub.stderr
new file mode 100644
index 0000000..aa46ac3
--- /dev/null
+++ b/rtic-macros/ui/idle-pub.stderr
@@ -0,0 +1,5 @@
+error: this `#[idle]` function must have signature `fn(idle::Context) -> !`
+ --> ui/idle-pub.rs:6:12
+ |
+6 | pub fn idle(_: idle::Context) -> ! {
+ | ^^^^