We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96086c3 + 8dc98ab commit 6d5d304Copy full SHA for 6d5d304
src/type-coercions.md
@@ -41,8 +41,8 @@ sites are:
41
}
42
```
43
44
- For method calls, the receiver (`self` parameter) can only take advantage
45
- of [unsized coercions](#unsized-coercions).
+ For method calls, the receiver (`self` parameter) type is coerced
+ differently, see the documentation on [method-call expressions] for details.
46
47
* Instantiations of struct, union, or enum variant fields
48
@@ -273,3 +273,4 @@ precisely.
273
[type cast operator]: expressions/operator-expr.md#type-cast-expressions
274
[`Unsize`]: ../std/marker/trait.Unsize.html
275
[`CoerceUnsized`]: ../std/ops/trait.CoerceUnsized.html
276
+[method-call expressions]: expressions/method-call-expr.md
0 commit comments