summaryrefslogtreecommitdiffstats
path: root/tests/ui/once-cant-call-twice-on-heap.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/once-cant-call-twice-on-heap.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/once-cant-call-twice-on-heap.stderr b/tests/ui/once-cant-call-twice-on-heap.stderr
index 335ac6338..33dd840db 100644
--- a/tests/ui/once-cant-call-twice-on-heap.stderr
+++ b/tests/ui/once-cant-call-twice-on-heap.stderr
@@ -18,6 +18,6 @@ help: consider further restricting this bound
LL | fn foo<F:FnOnce() + Copy>(blk: F) {
| ++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0382`.