Address review comments
This commit is contained in:
parent
cf71538094
commit
498737c8e9
3 changed files with 17 additions and 10 deletions
|
@ -277,6 +277,8 @@ pub fn parse_in_attr<'a, T>(
|
|||
) -> PResult<'a, T> {
|
||||
let mut parser = Parser::new(
|
||||
sess,
|
||||
// FIXME(#66940, Centril | petrochenkov): refactor this function so it doesn't
|
||||
// require reconstructing and immediately re-parsing delimiters.
|
||||
attr.get_normal_item().args.outer_tokens(),
|
||||
None,
|
||||
false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue