diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-10 21:03:10 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:30 +0100 |
| commit | d6d58b0eb88242cf63724e1420bd29f8a4489916 (patch) | |
| tree | d797b67b381947cc375d9c89cdc15d0cc98dee1a /macros/ui/task-zero-prio.stderr | |
| parent | cd790a94286cdc307d399b7f7a43e305e90de5bf (diff) | |
Async tasks can now take arguments at spawn again
Diffstat (limited to 'macros/ui/task-zero-prio.stderr')
| -rw-r--r-- | macros/ui/task-zero-prio.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ui/task-zero-prio.stderr b/macros/ui/task-zero-prio.stderr index f2d8223..1ab9aab 100644 --- a/macros/ui/task-zero-prio.stderr +++ b/macros/ui/task-zero-prio.stderr @@ -1,4 +1,4 @@ -error: this task handler must have type signature `async fn(foo::Context)` +error: this task handler must have type signature `async fn(foo::Context, ..)` --> ui/task-zero-prio.rs:15:8 | 15 | fn foo(_: foo::Context) {} |
