summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/slice-borrow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/slice-borrow.stderr')
-rw-r--r--tests/ui/span/slice-borrow.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/slice-borrow.stderr b/tests/ui/span/slice-borrow.stderr
index b271c9ae6..48ac20fee 100644
--- a/tests/ui/span/slice-borrow.stderr
+++ b/tests/ui/span/slice-borrow.stderr
@@ -12,6 +12,6 @@ LL | y.use_ref();
= note: consider using a `let` binding to create a longer lived value
= note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0716`.