summaryrefslogtreecommitdiffstats
path: root/tests/ui/regions/regions-infer-borrow-scope-too-big.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/regions/regions-infer-borrow-scope-too-big.stderr')
-rw-r--r--tests/ui/regions/regions-infer-borrow-scope-too-big.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/regions/regions-infer-borrow-scope-too-big.stderr b/tests/ui/regions/regions-infer-borrow-scope-too-big.stderr
index 2c7a6e8b5..15dc1cef8 100644
--- a/tests/ui/regions/regions-infer-borrow-scope-too-big.stderr
+++ b/tests/ui/regions/regions-infer-borrow-scope-too-big.stderr
@@ -7,6 +7,6 @@ LL | assert_eq!(*xc, 3);
LL | return xc;
| ^^ returns a value referencing data owned by the current function
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0515`.