Skip to content

Commit 52d3de7

Browse files
Remove "this"
1 parent d4a0e54 commit 52d3de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/tt/macro_rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl<'a> ParserAnyMacro<'a> {
5858
parser.span_err(span, &msg[..]);
5959

6060
let msg = format!("caused by the macro expansion here; the usage \
61-
of `{}!` is likely invalid in this {} context",
61+
of `{}!` is likely invalid in {} context",
6262
self.macro_ident, context);
6363
parser.span_note(self.site_span, &msg[..]);
6464
}

0 commit comments

Comments
 (0)