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