mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
error: task functions must be async
|
|
--> tests/ui/not_async.rs:6:1
|
|
|
|
|
6 | fn task() {}
|
|
| ^^^^^^^^^
|