Switch ui tests to trybuild

This commit is contained in:
David Tolnay
2019-05-03 23:23:02 -07:00
parent 28ce892617
commit 140f9beee7
98 changed files with 5 additions and 350 deletions
@@ -3,6 +3,3 @@ error: cannot deserialize when there is a lifetime parameter called 'de
|
4 | struct S<'de> {
| ^^^
error: aborting due to previous error
@@ -6,6 +6,3 @@ error: cannot deserialize a dynamically sized struct
6 | | slice: [u8],
7 | | }
| |_^
error: aborting due to previous error
@@ -7,6 +7,3 @@ error: field identifiers cannot be serialized
7 | | B,
8 | | }
| |_^
error: aborting due to previous error
@@ -7,6 +7,3 @@ error: variant identifiers cannot be serialized
7 | | B,
8 | | }
| |_^
error: aborting due to previous error