summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/try-operator.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/try-operator.stderr')
-rw-r--r--tests/ui/consts/try-operator.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/try-operator.stderr b/tests/ui/consts/try-operator.stderr
index f6a651c5e..bb8f606ed 100644
--- a/tests/ui/consts/try-operator.stderr
+++ b/tests/ui/consts/try-operator.stderr
@@ -4,6 +4,6 @@ error[E0635]: unknown feature `const_convert`
LL | #![feature(const_convert)]
| ^^^^^^^^^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0635`.