mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
chore: update tests
This commit is contained in:
parent
78e9127fc5
commit
0593a7290b
6 changed files with 4 additions and 18 deletions
|
|
@ -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-no-context.rs:6:14
|
||||
|
|
||||
6 | async fn foo() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue