summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-69446-fnmut-capture.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/issue-69446-fnmut-capture.stderr')
-rw-r--r--tests/ui/async-await/issue-69446-fnmut-capture.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/issue-69446-fnmut-capture.stderr b/tests/ui/async-await/issue-69446-fnmut-capture.stderr
index 3d2b0402b..0366c2f44 100644
--- a/tests/ui/async-await/issue-69446-fnmut-capture.stderr
+++ b/tests/ui/async-await/issue-69446-fnmut-capture.stderr
@@ -15,5 +15,5 @@ LL | | });
= note: `FnMut` closures only have access to their captured variables while they are executing...
= note: ...therefore, they cannot allow references to captured variables to escape
-error: aborting due to previous error
+error: aborting due to 1 previous error