summaryrefslogtreecommitdiffstats
path: root/tests/ui/for/for-c-in-str.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/for/for-c-in-str.stderr')
-rw-r--r--tests/ui/for/for-c-in-str.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/for/for-c-in-str.stderr b/tests/ui/for/for-c-in-str.stderr
index 959a7c43f..475cf8c88 100644
--- a/tests/ui/for/for-c-in-str.stderr
+++ b/tests/ui/for/for-c-in-str.stderr
@@ -7,6 +7,6 @@ LL | for c in "asdf" {
= help: the trait `Iterator` is not implemented for `&str`
= note: required for `&str` to implement `IntoIterator`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.