syntax: remove #![feature(box_syntax, box_patterns)]

This commit is contained in:
Erick Tryzelaar 2015-04-15 20:56:16 -07:00
parent 7397bdc9c5
commit a4541b02a3
19 changed files with 44 additions and 46 deletions

View file

@ -128,7 +128,7 @@ pub fn expand_include<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[ast::TokenTree
}
}
box ExpandResult { p: p }
Box::new(ExpandResult { p: p })
}
// include_str! : read the given file, insert it as a literal string expr