Skip to content

Commit 0b88c5d

Browse files
committed
Remove text on method matching, which is now out of date.
1 parent dab6e70 commit 0b88c5d

File tree

1 file changed

+0
-7
lines changed
  • src/librustc/middle/traits

1 file changed

+0
-7
lines changed

src/librustc/middle/traits/doc.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,6 @@ nested obligation `int : Bar<U>` to find out that `U=uint`.
272272
It would be good to only do *just as much* nested resolution as
273273
necessary. Currently, though, we just do a full resolution.
274274
275-
## Method matching
276-
277-
Method dispach follows a slightly different path than normal trait
278-
selection. This is because it must account for the transformed self
279-
type of the receiver and various other complications. The procedure is
280-
described in `select.rs` in the "METHOD MATCHING" section.
281-
282275
# Caching and subtle considerations therewith
283276
284277
In general we attempt to cache the results of trait selection. This

0 commit comments

Comments
 (0)