]> git.lizzy.rs Git - rust.git/commit
Handle interpolated paths in pattern parsing. Fixes #3007.
authorEric Holk <eric.holk@gmail.com>
Mon, 6 Aug 2012 20:09:10 +0000 (13:09 -0700)
committerEric Holk <eric.holk@gmail.com>
Mon, 6 Aug 2012 20:25:34 +0000 (13:25 -0700)
commit517ad983f9f5ac7f805dd15cf6c6a156e02e3ec8
tree194520faef38ce641175fbef688c9c0b68837a15
parent4544c015b3bd45b18612ede3e0c091ec3ee27e8a
Handle interpolated paths in pattern parsing. Fixes #3007.

We might need to use is_ident_or_path in a for other places too.
src/libsyntax/ext/tt/macro_rules.rs
src/libsyntax/parse/parser.rs
src/libsyntax/parse/token.rs