Convert ret to return
This commit is contained in:
@@ -11,6 +11,6 @@ fn expand_syntax_ext(cx: ext_ctxt, sp: codemap::span, arg: ast::mac_arg,
|
||||
);
|
||||
|
||||
//trivial expression
|
||||
ret @{id: cx.next_id(), callee_id: cx.next_id(),
|
||||
return @{id: cx.next_id(), callee_id: cx.next_id(),
|
||||
node: ast::expr_rec(~[], option::none), span: sp};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user