Let's give that binder a name that's not incredibly confusing.

This commit is contained in:
Paul Stansifer 2012-07-18 17:49:16 -07:00
parent e040ab8423
commit be3b733c49

View file

@ -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;
}