From 0593a7290bcc5f134a7c3a33f0431979cf4f0121 Mon Sep 17 00:00:00 2001 From: Oleksandr Babak Date: Sat, 22 Mar 2025 12:25:45 +0100 Subject: chore: update tests --- rtic-macros/ui/task-unsafe.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-macros/ui/task-unsafe.stderr') diff --git a/rtic-macros/ui/task-unsafe.stderr b/rtic-macros/ui/task-unsafe.stderr index 90ac76f..90c74a0 100644 --- a/rtic-macros/ui/task-unsafe.stderr +++ b/rtic-macros/ui/task-unsafe.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, ..)` or `async fn(foo::Context, ..) -> !` --> ui/task-unsafe.rs:6:21 | 6 | async unsafe fn foo(_: foo::Context) {} -- cgit v1.2.3