summaryrefslogtreecommitdiffstats
path: root/tests/ui/hashmap/hashmap-lifetimes.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/hashmap/hashmap-lifetimes.stderr')
-rw-r--r--tests/ui/hashmap/hashmap-lifetimes.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/hashmap/hashmap-lifetimes.stderr b/tests/ui/hashmap/hashmap-lifetimes.stderr
index 497c7d121..a52f956d0 100644
--- a/tests/ui/hashmap/hashmap-lifetimes.stderr
+++ b/tests/ui/hashmap/hashmap-lifetimes.stderr
@@ -8,6 +8,6 @@ LL | my_stuff.insert(1, 43);
LL | it;
| -- immutable borrow later used here
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0502`.