aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/idle-input.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ui/idle-input.stderr')
-rw-r--r--macros/ui/idle-input.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/ui/idle-input.stderr b/macros/ui/idle-input.stderr
new file mode 100644
index 00000000..34c38fc0
--- /dev/null
+++ b/macros/ui/idle-input.stderr
@@ -0,0 +1,5 @@
+error: this `#[idle]` function must have signature `fn(idle::Context) -> !`
+ --> ui/idle-input.rs:6:8
+ |
+6 | fn idle(_: idle::Context, _undef: u32) -> ! {
+ | ^^^^
option> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/public (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27[ci] formatGravatar FredKSchott 9-23/+25
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157