diff options
Diffstat (limited to 'tests/ui/structs/unresolved-struct-with-fru.stderr')
-rw-r--r-- | tests/ui/structs/unresolved-struct-with-fru.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs/unresolved-struct-with-fru.stderr b/tests/ui/structs/unresolved-struct-with-fru.stderr index a5796a222..9902c3ed3 100644 --- a/tests/ui/structs/unresolved-struct-with-fru.stderr +++ b/tests/ui/structs/unresolved-struct-with-fru.stderr @@ -4,6 +4,6 @@ error[E0422]: cannot find struct, variant or union type `Oops` in this scope LL | let s2 = Oops { a: 2, ..s1 }; | ^^^^ not found in this scope -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0422`. |