syntax: remove #![feature(box_syntax, box_patterns)]
This commit is contained in:
parent
7397bdc9c5
commit
a4541b02a3
19 changed files with 44 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue