Replace _, _ with ..
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user