Convert rest of the AST to istrs. Issue #855
This commit is contained in:
@@ -4,7 +4,7 @@ import syntax::ast;
|
||||
import std::istr;
|
||||
|
||||
fn expand_syntax_ext(cx: &ext_ctxt, sp: codemap::span, arg: @ast::expr,
|
||||
_body: option::t<str>) -> @ast::expr {
|
||||
_body: &option::t<istr>) -> @ast::expr {
|
||||
|
||||
cx.print_backtrace();
|
||||
std::io::stdout().write_line(
|
||||
|
||||
Reference in New Issue
Block a user