diff options
Diffstat (limited to 'macros/ui/idle-pub.stderr')
| -rw-r--r-- | macros/ui/idle-pub.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/ui/idle-pub.stderr b/macros/ui/idle-pub.stderr new file mode 100644 index 0000000..aa46ac3 --- /dev/null +++ b/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) -> ! { + | ^^^^ |
