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