diff options
Diffstat (limited to 'tests/ui/resolve/issue-10200.stderr')
-rw-r--r-- | tests/ui/resolve/issue-10200.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/issue-10200.stderr b/tests/ui/resolve/issue-10200.stderr index e60489f5b..7b218694b 100644 --- a/tests/ui/resolve/issue-10200.stderr +++ b/tests/ui/resolve/issue-10200.stderr @@ -7,6 +7,6 @@ LL | struct Foo(bool); LL | foo(x) | ^^^ help: a tuple struct with a similar name exists (notice the capitalization): `Foo` -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0532`. |