summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/issue-42234-unknown-receiver-type.full.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/issue-42234-unknown-receiver-type.full.stderr')
-rw-r--r--tests/ui/span/issue-42234-unknown-receiver-type.full.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/issue-42234-unknown-receiver-type.full.stderr b/tests/ui/span/issue-42234-unknown-receiver-type.full.stderr
index 2b1789908..e01e1edab 100644
--- a/tests/ui/span/issue-42234-unknown-receiver-type.full.stderr
+++ b/tests/ui/span/issue-42234-unknown-receiver-type.full.stderr
@@ -15,7 +15,7 @@ error[E0282]: type annotations needed
--> $DIR/issue-42234-unknown-receiver-type.rs:15:10
|
LL | .sum::<_>()
- | ^^^ cannot infer type of the type parameter `S` declared on the associated function `sum`
+ | ^^^ cannot infer type of the type parameter `S` declared on the method `sum`
|
help: consider specifying the generic argument
|