We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a0e54 commit 52d3de7Copy full SHA for 52d3de7
src/libsyntax/ext/tt/macro_rules.rs
@@ -58,7 +58,7 @@ impl<'a> ParserAnyMacro<'a> {
58
parser.span_err(span, &msg[..]);
59
60
let msg = format!("caused by the macro expansion here; the usage \
61
- of `{}!` is likely invalid in this {} context",
+ of `{}!` is likely invalid in {} context",
62
self.macro_ident, context);
63
parser.span_note(self.site_span, &msg[..]);
64
}
0 commit comments