diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-27 21:55:28 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-27 21:55:28 +0800 |
commit | 1b9a90949e310428e3b6e175c4568260a222a53a (patch) | |
tree | 8535e10c384971018fb5f391236cfd5a822b2e3f /src/expand/concat.cpp | |
parent | efcec71e53c560d8c8f5348dcb7bc11b6e4a9b78 (diff) | |
download | mrust-1b9a90949e310428e3b6e175c4568260a222a53a.tar.gz |
Expand - Remove two-pass expand
Diffstat (limited to 'src/expand/concat.cpp')
-rw-r--r-- | src/expand/concat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expand/concat.cpp b/src/expand/concat.cpp index 46498d4f..71c7e262 100644 --- a/src/expand/concat.cpp +++ b/src/expand/concat.cpp @@ -10,8 +10,6 @@ class CConcatExpander: public ExpandProcMacro { - bool expand_early() const override { return true; } - ::std::unique_ptr<TokenStream> expand(const Span& sp, const AST::Crate& crate, const ::std::string& ident, const TokenTree& tt, AST::Module& mod) override { Token tok; |