提交 f3d6c506 编写于 作者: P Patrick Walton

libsyntax: Fix botched merge

上级 d48396c9
......@@ -2086,7 +2086,7 @@ fn fn_header_info_to_str(opt_sty: Option<ast::self_ty_>,
let mut s = visibility_qualified(vis, ~"");
match opt_sty {
Some(ast::sty_static) => str::push_str(s, ~"static "),
Some(ast::sty_static) => str::push_str(&mut s, ~"static "),
_ => ()
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册