Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
This commit is contained in:
@@ -11,5 +11,6 @@ fn expand_syntax_ext(cx: ext_ctxt, sp: codemap::span, arg: ast::mac_arg,
|
||||
);
|
||||
|
||||
//trivial expression
|
||||
ret @{id: cx.next_id(), node: ast::expr_rec([], option::none), span: sp};
|
||||
ret @{id: cx.next_id(), node: ast::expr_rec([]/~, option::none),
|
||||
span: sp};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user