Skip to content

Commit 1bdcba3

Browse files
committed
'cont' -> 'again' in straggler code
1 parent b1af6ac commit 1bdcba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/tt/earley_parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ fn parse(sess: parse_sess, cfg: ast::crate_cfg, rdr: reader, ms: ~[matcher])
143143
for ei.matches.eachi() |idx, elt| {
144144
let sub = elt.get();
145145
// Some subtrees don't contain the name at all
146-
if sub.len() == 0u { cont; }
146+
if sub.len() == 0u { again; }
147147
new_pos.matches[idx]
148148
.push(@seq(sub, mk_sp(ei.sp_lo,sp.hi)));
149149
}

0 commit comments

Comments
 (0)