serde/test_suite/tests/ui/precondition/deserialize_dst.stderr
David Tolnay bbba632ab3
Revert "Ui tests with compile_error resolved at call site"
This reverts commit e77db40b8d55f000c04a5e0a42299d373318e1c3.
2023-06-07 20:50:51 -07:00

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 | | }
| |_^