parent
56d544f7ad
commit
ead6c4b9d4
53 changed files with 266 additions and 203 deletions
|
@ -250,7 +250,7 @@ pub fn parse(sess: &ParseSess,
|
|||
let mut next_eis = Vec::new(); // or proceed normally
|
||||
let mut eof_eis = Vec::new();
|
||||
|
||||
let TokenAndSpan {tok: tok, sp: sp} = rdr.peek();
|
||||
let TokenAndSpan { tok, sp } = rdr.peek();
|
||||
|
||||
/* we append new items to this while we go */
|
||||
loop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue