embassy/embassy-executor/tests/ui/not_async.stderr
2024-10-20 23:54:17 +02:00

6 lines
102 B
Plaintext

error: task functions must be async
--> tests/ui/not_async.rs:6:1
|
6 | fn task() {}
| ^^^^^^^^^