diff options
Diffstat (limited to 'src/libsyntax/ext/concat_idents.rs')
| -rw-r--r-- | src/libsyntax/ext/concat_idents.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ext/concat_idents.rs b/src/libsyntax/ext/concat_idents.rs index faf8e1a0868..9f445218007 100644 --- a/src/libsyntax/ext/concat_idents.rs +++ b/src/libsyntax/ext/concat_idents.rs @@ -9,7 +9,7 @@ fn expand_syntax_ext(cx: ext_ctxt, sp: codemap::span, arg: ast::mac_arg, } ret @{id: cx.next_id(), - node: ast::expr_path(@{span: sp, global: false, idents: [@res], - rp: none, types: []}), + node: ast::expr_path(@{span: sp, global: false, idents: [@res]/~, + rp: none, types: []/~}), span: sp}; } |
