led_client/embassy/embassy-executor/tests/ui/not_async.stderr
2024-12-21 00:48:45 -05:00

6 lines
102 B
Plaintext

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