mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 13:00:49 +00:00
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 | | }
|
|
| |_^
|