Let's give that binder a name that's not incredibly confusing.
This commit is contained in:
parent
e040ab8423
commit
be3b733c49
@ -225,8 +225,8 @@ fn tt_next_token(&&r: tt_reader) -> {tok: token, sp: span} {
|
||||
r.cur.idx += 1u;
|
||||
ret ret_val;
|
||||
}
|
||||
matched_nonterminal(nt) {
|
||||
r.cur_span = sp; r.cur_tok = INTERPOLATED(nt);
|
||||
matched_nonterminal(other_whole_nt) {
|
||||
r.cur_span = sp; r.cur_tok = INTERPOLATED(other_whole_nt);
|
||||
r.cur.idx += 1u;
|
||||
ret ret_val;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user