Update ui test files

This commit is contained in:
David Tolnay
2021-10-07 00:56:29 -04:00
parent 33b2677384
commit efbe574209
96 changed files with 103 additions and 103 deletions
@@ -1,5 +1,5 @@
error: Serde does not support derive for unions
--> $DIR/union_de.rs:4:1
--> $DIR/tests/ui/unsupported/union_de.rs:4:1
|
4 | / union Union {
5 | | x: u8,
@@ -1,5 +1,5 @@
error: Serde does not support derive for unions
--> $DIR/union_ser.rs:4:1
--> $DIR/tests/ui/unsupported/union_ser.rs:4:1
|
4 | / union Union {
5 | | x: u8,