about summary refs log tree commit diff
path: root/tests/ui/issues/issue-34349.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-34349.stderr')
-rw-r--r--tests/ui/issues/issue-34349.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/issues/issue-34349.stderr b/tests/ui/issues/issue-34349.stderr
index 8e9a16619f3..6a6188f10c8 100644
--- a/tests/ui/issues/issue-34349.stderr
+++ b/tests/ui/issues/issue-34349.stderr
@@ -17,6 +17,6 @@ note: required by a bound in `apply`
 LL |     fn apply<F>(f: F) where F: Fn() {
    |                                ^^^^ required by this bound in `apply`
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0525`.