提交 52d3de7a 编写于 作者: J Jonas Schievink

Remove "this"

上级 d4a0e545
......@@ -58,7 +58,7 @@ fn ensure_complete_parse(&self, allow_semi: bool, context: &str) {
parser.span_err(span, &msg[..]);
let msg = format!("caused by the macro expansion here; the usage \
of `{}!` is likely invalid in this {} context",
of `{}!` is likely invalid in {} context",
self.macro_ident, context);
parser.span_note(self.site_span, &msg[..]);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册