We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab6e70 commit 0b88c5dCopy full SHA for 0b88c5d
src/librustc/middle/traits/doc.rs
@@ -272,13 +272,6 @@ nested obligation `int : Bar<U>` to find out that `U=uint`.
272
It would be good to only do *just as much* nested resolution as
273
necessary. Currently, though, we just do a full resolution.
274
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
282
# Caching and subtle considerations therewith
283
284
In general we attempt to cache the results of trait selection. This
0 commit comments