diff options
Diffstat (limited to 'tests/ui/fmt/closing-brace-as-fill.stderr')
-rw-r--r-- | tests/ui/fmt/closing-brace-as-fill.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/fmt/closing-brace-as-fill.stderr b/tests/ui/fmt/closing-brace-as-fill.stderr index aa1e5aff6..70068fa3a 100644 --- a/tests/ui/fmt/closing-brace-as-fill.stderr +++ b/tests/ui/fmt/closing-brace-as-fill.stderr @@ -8,5 +8,5 @@ LL | println!("Hello, world! {0:}<3", 2); | = note: the character `'}'` is interpreted as a fill character because of the `:` that precedes it -error: aborting due to previous error +error: aborting due to 1 previous error |