Skip to content

Commit 27a1118

Browse files
authored
Merge pull request kube-rs#1834 from kube-rs/trybuild-fix
try to fix trybuild coverage
2 parents 4602b50 + 5fee474 commit 27a1118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kube-derive/tests/ui/union_fails.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ error: Unions can not #[derive(CustomResource)]
55
| ^^^^^^^
66

77
error: Serde does not support derive for unions
8-
--> tests/ui/union_fails.rs:8:1
9-
|
8+
--> tests/ui/union_fails.rs:8:1
9+
|
1010
8 | / union FooSpec {
1111
9 | | int: u32,
1212
10 | | }

0 commit comments

Comments
 (0)