libsyntax: De-@mut
FileMap::multibyte_chars
This commit is contained in:
parent
27cc3d203b
commit
39f39ed40b
2 changed files with 7 additions and 5 deletions
|
@ -115,7 +115,7 @@ pub fn expand_include_str(cx: &mut ExtCtxt, sp: Span, tts: &[ast::token_tree])
|
|||
src: s,
|
||||
start_pos: codemap::BytePos(0),
|
||||
lines: RefCell::new(~[]),
|
||||
multibyte_chars: @mut ~[],
|
||||
multibyte_chars: RefCell::new(~[]),
|
||||
});
|
||||
base::MRExpr(cx.expr_str(sp, s))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue