summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr')
-rw-r--r--tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr b/tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr
index 109409d27..60ef13551 100644
--- a/tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr
+++ b/tests/ui/resolve/issue-69401-trait-fn-no-body-ty-local.stderr
@@ -4,6 +4,6 @@ error[E0412]: cannot find type `b` in this scope
LL | fn fn_with_type_named_same_as_local_in_param(b: b);
| ^ not found in this scope
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0412`.