1error: cannot deserialize a dynamically sized struct
2 --> tests/ui/precondition/deserialize_dst.rs:4:1
3  |
44 | / struct S {
55 | |     string: String,
66 | |     slice: [u8],
77 | | }
8  | |_^
9