mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
bbba632ab3
This reverts commit e77db40b8d.
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
error: cannot deserialize a dynamically sized struct
|
|
--> tests/ui/precondition/deserialize_dst.rs:4:1
|
|
|
|
|
4 | / struct S {
|
|
5 | | string: String,
|
|
6 | | slice: [u8],
|
|
7 | | }
|
|
| |_^
|