mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
error: task functions must not have an ABI qualifier
|
|
--> tests/ui/abi.rs:6:1
|
|
|
|
|
6 | async extern "C" fn task() {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|