serde/test_suite/tests/ui/precondition/deserialize_dst.stderr
2018-12-31 21:38:13 -05:00

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