]> git.lizzy.rs Git - rust.git/commitdiff
Remove text on method matching, which is now out of date.
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 15 Dec 2014 10:45:14 +0000 (05:45 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 19 Dec 2014 08:29:31 +0000 (03:29 -0500)
src/librustc/middle/traits/doc.rs

index b0addfa0bd9adf896917c72f383f496ef13ee542..c435697d85ca1a4016c8e2585f20e3942d1991aa 100644 (file)
@@ -272,13 +272,6 @@ impl Bar<uint> for int { ... }
 It would be good to only do *just as much* nested resolution as
 necessary. Currently, though, we just do a full resolution.
 
-## Method matching
-
-Method dispach follows a slightly different path than normal trait
-selection. This is because it must account for the transformed self
-type of the receiver and various other complications. The procedure is
-described in `select.rs` in the "METHOD MATCHING" section.
-
 # Caching and subtle considerations therewith
 
 In general we attempt to cache the results of trait selection.  This