aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/generics.stderr
blob: 197719a7b9e151d0839cde4bcfa760794ebbc673 (plain)
1
2
3
4
5
error: task functions must not be generic
 --> tests/ui/generics.rs:6:1
  |
6 | async fn task<T: Sized>(_t: T) {}
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^