On Sun, Jun 29, 2014 at 12:48 AM, Benjamin Herr <[email protected]> wrote: > In parsing a path, if a path segment is immediately followed by an > identifier, start parsing another type right away and use it as the only > element of the type parameter list for the current path segment.
For what it's worth, I was going to propose essentially exactly this, but as always I'm very lazy. I think it makes sense, since there are so many single-parameter generics. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
