Start passing around &mut ExtCtxt

This commit is contained in:
Steven Fackler
2013-12-28 22:06:22 -07:00
parent 3965dddf49
commit 8143662836
16 changed files with 49 additions and 48 deletions

View File

@@ -15,7 +15,7 @@ use ext::base;
use print;
use parse::token::{get_ident_interner};
pub fn expand_syntax_ext(cx: &ExtCtxt,
pub fn expand_syntax_ext(cx: &mut ExtCtxt,
sp: codemap::Span,
tt: &[ast::token_tree])
-> base::MacResult {