Address review comments and CI failures
This commit is contained in:
parent
15cefe4b2a
commit
37af04ff8d
13 changed files with 7 additions and 30 deletions
|
@ -2871,6 +2871,7 @@ impl<'a> Parser<'a> {
|
|||
let mut err = self.fatal(&format!("unknown macro variable `{}`", name));
|
||||
err.span_label(self.span, "unknown macro variable");
|
||||
err.emit();
|
||||
self.bump();
|
||||
return
|
||||
}
|
||||
token::Interpolated(ref nt) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue