aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/not_async.stderr
blob: 27f040d9c1f52502e262421f9a9b4b39fcd51e3d (plain)
1
2
3
4
5
error: task functions must be async
 --> tests/ui/not_async.rs:6:1
  |
6 | fn task() {}
  | ^^^^^^^^^