summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-103474.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-103474.stderr')
-rw-r--r--tests/ui/resolve/issue-103474.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/issue-103474.stderr b/tests/ui/resolve/issue-103474.stderr
index 415d23155..e48fb31ec 100644
--- a/tests/ui/resolve/issue-103474.stderr
+++ b/tests/ui/resolve/issue-103474.stderr
@@ -19,7 +19,7 @@ error[E0425]: cannot find function `first` in this scope
LL | first()
| ^^^^^ not found in this scope
|
-help: consider using the associated function
+help: consider using the method on `Self`
|
LL | self.first()
| +++++