aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/where_clause.stderr
blob: eba45af404328f8e6e6c40891557b779d6dd3c4a (plain)
1
2
3
4
5
6
7
error: task functions must not have `where` clauses
 --> tests/ui/where_clause.rs:6:1
  |
6 | / async fn task()
7 | | where
8 | |     (): Sized,
  | |______________^