summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/range_inclusive.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/range_inclusive.stderr')
-rw-r--r--tests/ui/parser/range_inclusive.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/range_inclusive.stderr b/tests/ui/parser/range_inclusive.stderr
index 8a9178263..0fd7f28db 100644
--- a/tests/ui/parser/range_inclusive.stderr
+++ b/tests/ui/parser/range_inclusive.stderr
@@ -6,6 +6,6 @@ LL | for _ in 1..= {}
|
= note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0586`.