summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0029-teach.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0029-teach.stderr')
-rw-r--r--tests/ui/error-codes/E0029-teach.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0029-teach.stderr b/tests/ui/error-codes/E0029-teach.stderr
index b89b2e7d1..6b7d19f7b 100644
--- a/tests/ui/error-codes/E0029-teach.stderr
+++ b/tests/ui/error-codes/E0029-teach.stderr
@@ -9,6 +9,6 @@ LL | "hello" ..= "world" => {}
|
= note: In a match expression, only numbers and characters can be matched against a range. This is because the compiler checks that the range is non-empty at compile-time, and is unable to evaluate arbitrary comparison functions. If you want to capture values of an orderable type between two end-points, you can use a guard.
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0029`.