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-divergent.stderr | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 rtic-macros/ui/task-divergent.stderr (limited to 'rtic-macros/ui/task-divergent.stderr') diff --git a/rtic-macros/ui/task-divergent.stderr b/rtic-macros/ui/task-divergent.stderr deleted file mode 100644 index dd00208..0000000 --- a/rtic-macros/ui/task-divergent.stderr +++ /dev/null @@ -1,5 +0,0 @@ -error: this task handler must have type signature `async fn(foo::Context, ..)` - --> ui/task-divergent.rs:6:14 - | -6 | async fn foo(_: foo::Context) -> ! { - | ^^^ -- cgit v1.2.3