Address review comments

This commit is contained in:
Vadim Petrochenkov 2019-12-02 21:56:11 +03:00
parent cf71538094
commit 498737c8e9
3 changed files with 17 additions and 10 deletions

View file

@ -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,