aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/abi.stderr
blob: e264e371a5186091be776bd6cab883cd3a3ed72e (plain)
1
2
3
4
5
error: task functions must not have an ABI qualifier
 --> tests/ui/abi.rs:6:1
  |
6 | async extern "C" fn task() {}
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^