diff options
Diffstat (limited to 'tests/ui/pub/pub-ident-struct-4.stderr')
-rw-r--r-- | tests/ui/pub/pub-ident-struct-4.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/pub/pub-ident-struct-4.stderr b/tests/ui/pub/pub-ident-struct-4.stderr index 90c7138e5..470874e06 100644 --- a/tests/ui/pub/pub-ident-struct-4.stderr +++ b/tests/ui/pub/pub-ident-struct-4.stderr @@ -9,5 +9,5 @@ help: add `struct` here to parse `T` as a public struct LL | pub struct T(String); | ++++++ -error: aborting due to previous error +error: aborting due to 1 previous error |