Box the MacCall in various types.
This commit is contained in:
@@ -181,7 +181,7 @@ impl<'a> Parser<'a> {
|
||||
None => unreachable!(),
|
||||
};
|
||||
|
||||
let mac = MacCall { path, args, prior_type_ascription: self.last_type_ascription };
|
||||
let mac = P(MacCall { path, args, prior_type_ascription: self.last_type_ascription });
|
||||
|
||||
let kind = if (style == MacStmtStyle::Braces
|
||||
&& self.token != token::Dot
|
||||
|
||||
Reference in New Issue
Block a user