mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:47:23 +00:00
The `DelimToken` here is `NoDelim`, which means the returned delim tokens will just be ignored by `Parser::bump()`. This commit changes things so the delim tokens won't be returned.