From b745c5f88faf89af9a487b7cf0cfc362b73c0423 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 4 Jun 2016 23:44:25 +0800 Subject: Resolve - Fix variable resolution and pattern binding --- src/expand/file_line.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expand') diff --git a/src/expand/file_line.cpp b/src/expand/file_line.cpp index 75ce5679..c3bfc2de 100644 --- a/src/expand/file_line.cpp +++ b/src/expand/file_line.cpp @@ -21,7 +21,7 @@ class CExpanderLine: ::std::unique_ptr expand(const Span& sp, const AST::Crate& crate, const ::std::string& ident, const TokenTree& tt, AST::Module& mod) override { - return box$( TTStreamO(TokenTree(Token((uint64_t)sp.start_line, CORETYPE_I32))) ); + return box$( TTStreamO(TokenTree(Token((uint64_t)sp.start_line, CORETYPE_U32))) ); } }; -- cgit v1.2.3