034db9f20f
Also updates UI tests.
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
error: cannot deserialize a dynamically sized struct
|
|
--> $DIR/deserialize_dst.rs:5:1
|
|
|
|
|
5 | / struct S {
|
|
6 | | string: String,
|
|
7 | | slice: [u8],
|
|
8 | | }
|
|
| |_^
|
|
|
|
error: aborting due to previous error
|
|
|