2018-11-24 17:37:35 -06:00
|
|
|
error: cannot deserialize a dynamically sized struct
|
2021-10-08 01:46:15 -05:00
|
|
|
--> tests/ui/precondition/deserialize_dst.rs:4:1
|
2018-11-24 17:52:15 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
4 | / struct S {
|
|
|
|
5 | | string: String,
|
|
|
|
6 | | slice: [u8],
|
|
|
|
7 | | }
|
2018-11-29 00:01:17 -06:00
|
|
|
| |_^
|