diff options
Diffstat (limited to 'macros/ui/task-pub.stderr')
-rw-r--r-- | macros/ui/task-pub.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/ui/task-pub.stderr b/macros/ui/task-pub.stderr new file mode 100644 index 00000000..56e09b11 --- /dev/null +++ b/macros/ui/task-pub.stderr @@ -0,0 +1,5 @@ +error: this task handler must have type signature `(async) fn(foo::Context, ..)` + --> ui/task-pub.rs:6:12 + | +6 | pub fn foo(_: foo::Context) {} + | ^^^ |