summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/suggestion-non-ascii.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/suggestion-non-ascii.stderr')
-rw-r--r--tests/ui/span/suggestion-non-ascii.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/suggestion-non-ascii.stderr b/tests/ui/span/suggestion-non-ascii.stderr
index 21f8bb62a..6e6e31a56 100644
--- a/tests/ui/span/suggestion-non-ascii.stderr
+++ b/tests/ui/span/suggestion-non-ascii.stderr
@@ -4,6 +4,6 @@ error[E0608]: cannot index into a value of type `({integer},)`
LL | println!("☃{}", tup[0]);
| ^^^ help: to access tuple elements, use: `.0`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0608`.