diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/str/str-as-char.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/str/str-as-char.stderr b/tests/ui/str/str-as-char.stderr index c3cb488e3..44ec079e9 100644 --- a/tests/ui/str/str-as-char.stderr +++ b/tests/ui/str/str-as-char.stderr @@ -9,5 +9,5 @@ help: if you meant to write a `str` literal, use double quotes LL | println!("●●"); | ~~~~ -error: aborting due to previous error +error: aborting due to 1 previous error |