]> git.lizzy.rs Git - rust.git/commit
Prevent where < ident > from parsing.
authorWithout Boats <woboats@gmail.com>
Fri, 9 Dec 2016 18:54:05 +0000 (10:54 -0800)
committerWithout Boats <woboats@gmail.com>
Fri, 9 Dec 2016 18:54:05 +0000 (10:54 -0800)
commit90f6219f496596233d504244cfbbdbded7df5a30
tree06f9d0374661b9110da781493d5c7f478cb44ad6
parent6a495f71fffbc4b378c032295c0fc3ad20bc7e5e
Prevent where < ident > from parsing.

In order to be forward compatible with `where<'a>` syntax for higher
rank parameters, prevent potential conflicts with UFCS from parsing
correctly for the near term.
src/libsyntax/parse/parser.rs