Initial implementation of RFC 2151, Raw Identifiers
This commit is contained in:
@@ -149,7 +149,7 @@ fn parse_args(ecx: &mut ExtCtxt,
|
||||
if named || (p.token.is_ident() && p.look_ahead(1, |t| *t == token::Eq)) {
|
||||
named = true;
|
||||
let ident = match p.token {
|
||||
token::Ident(i) => {
|
||||
token::Ident(i, _) => {
|
||||
p.bump();
|
||||
i
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user