diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/union/union-empty.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/union/union-empty.stderr b/tests/ui/union/union-empty.stderr index a80b27e6e..03a939769 100644 --- a/tests/ui/union/union-empty.stderr +++ b/tests/ui/union/union-empty.stderr @@ -4,5 +4,5 @@ error: unions cannot have zero fields LL | union U {} | ^^^^^^^^^^ -error: aborting due to previous error +error: aborting due to 1 previous error |