summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr')
-rw-r--r--tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr b/tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr
index 7d1da7d24..96fb1f3c6 100644
--- a/tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr
+++ b/tests/ui/suggestions/issue-90213-expected-boxfuture-self-ice.stderr
@@ -19,6 +19,6 @@ help: store this in the heap by calling `Box::new`
LL | Self::foo(Box::new(None))
| +++++++++ +
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.