From d6522ab2d3f7ab03c6d5d93ea196137823d2cfcf Mon Sep 17 00:00:00 2001 From: Paul Stansifer Date: Tue, 12 Jun 2012 10:50:17 -0700 Subject: Beginning of support for interpolation into token trees. --- src/libsyntax/parse/lexer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/lexer.rs') diff --git a/src/libsyntax/parse/lexer.rs b/src/libsyntax/parse/lexer.rs index 28369dbb5a5..8849da5d270 100644 --- a/src/libsyntax/parse/lexer.rs +++ b/src/libsyntax/parse/lexer.rs @@ -45,7 +45,7 @@ fn new_tt_reader(span_diagnostic: diagnostic::span_handler, mut cur_tok: token::EOF, /* dummy value, never read */ mut cur_chpos: 0u /* dummy value, never read */ }; - //tt_next_token(r); /* get cur_tok and cur_chpos set up */ + tt_next_token(r); /* get cur_tok and cur_chpos set up */ ret r; } -- cgit 1.4.1-3-g733a5