Replace _, _
with ..
This commit is contained in:
parent
6f7e51e49b
commit
e05e74ac83
107 changed files with 275 additions and 271 deletions
|
@ -233,7 +233,7 @@ pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt,
|
|||
p.bump();
|
||||
state = st;
|
||||
}
|
||||
(&token::Eof, _, _) => break 'statement,
|
||||
(&token::Eof, ..) => break 'statement,
|
||||
_ => break,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue