mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 04:48:01 +00:00
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
error: cannot deserialize a dynamically sized struct
|
|
--> $DIR/deserialize_dst.rs:4:1
|
|
|
|
|
4 | / struct S {
|
|
5 | | string: String,
|
|
6 | | slice: [u8],
|
|
7 | | }
|
|
| |_^
|
|
|
|
error: aborting due to previous error
|
|
|