diff options
Diffstat (limited to 'tests/ui/structs/incomplete-fn-in-struct-definition.stderr')
-rw-r--r-- | tests/ui/structs/incomplete-fn-in-struct-definition.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs/incomplete-fn-in-struct-definition.stderr b/tests/ui/structs/incomplete-fn-in-struct-definition.stderr index 0d12ba9c9..15850962b 100644 --- a/tests/ui/structs/incomplete-fn-in-struct-definition.stderr +++ b/tests/ui/structs/incomplete-fn-in-struct-definition.stderr @@ -11,5 +11,5 @@ help: escape `fn` to use it as an identifier LL | r#fn: u8 | ++ -error: aborting due to previous error +error: aborting due to 1 previous error |