Switch 'cont' to 'again' everywhere. Close #2229.
This commit is contained in:
parent
9afc8be04b
commit
c26d02557e
28 changed files with 47 additions and 47 deletions
|
|
@ -767,7 +767,7 @@ fn add_new_extension(cx: ext_ctxt, sp: span, arg: ast::mac_arg,
|
|||
for clauses.each |c| {
|
||||
alt use_selectors_to_bind(c.params, arg) {
|
||||
some(bindings) { ret transcribe(cx, bindings, c.body); }
|
||||
none { cont; }
|
||||
none { again; }
|
||||
}
|
||||
}
|
||||
cx.span_fatal(sp, "no clauses match macro invocation");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue