aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/ui/impl_trait_nested.stderr
blob: 39592f958c2545342abc64767ba91f5dd3f3db12 (plain)
1
2
3
4
5
error: `impl Trait` is not allowed in task arguments. It is syntax sugar for generics, and tasks can't be generic.
 --> tests/ui/impl_trait_nested.rs:6:22
  |
6 | async fn foo(_x: Foo<impl Sized + 'static>) {}
  |                      ^^^^^^^^^^^^^^^^^^^^