blob: 099b1828ff272b11486f3787e253485656433838 (
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.rs:4:18
|
4 | async fn foo(_x: impl Sized) {}
| ^^^^^^^^^^
|