summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/regions-escape-bound-fn-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/borrowck/regions-escape-bound-fn-2.stderr')
-rw-r--r--tests/ui/borrowck/regions-escape-bound-fn-2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/regions-escape-bound-fn-2.stderr b/tests/ui/borrowck/regions-escape-bound-fn-2.stderr
index 14393bc8e..9c070de44 100644
--- a/tests/ui/borrowck/regions-escape-bound-fn-2.stderr
+++ b/tests/ui/borrowck/regions-escape-bound-fn-2.stderr
@@ -8,6 +8,6 @@ LL | with_int(|y| x = Some(y));
| |
| `y` is a reference that is only valid in the closure body
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0521`.