From d6d58b0eb88242cf63724e1420bd29f8a4489916 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 10 Jan 2023 21:03:10 +0100 Subject: Async tasks can now take arguments at spawn again --- macros/ui/task-no-context.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/ui/task-no-context.stderr') diff --git a/macros/ui/task-no-context.stderr b/macros/ui/task-no-context.stderr index 91239a1..62147aa 100644 --- a/macros/ui/task-no-context.stderr +++ b/macros/ui/task-no-context.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-no-context.rs:6:14 | 6 | async fn foo() {} -- cgit v1.2.3