summaryrefslogtreecommitdiffstats
path: root/tests/ui/coercion/coercion-slice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coercion/coercion-slice.stderr')
-rw-r--r--tests/ui/coercion/coercion-slice.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coercion/coercion-slice.stderr b/tests/ui/coercion/coercion-slice.stderr
index 17bbca7a0..26a7a5c1c 100644
--- a/tests/ui/coercion/coercion-slice.stderr
+++ b/tests/ui/coercion/coercion-slice.stderr
@@ -11,6 +11,6 @@ help: consider borrowing here
LL | let _: &[i32] = &[0];
| +
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.