mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
error: task functions must not be generic
|
|
--> tests/ui/generics.rs:6:1
|
|
|
|
|
6 | async fn task<T: Sized>(_t: T) {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|