diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2021-01-18 16:47:37 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2021-01-20 18:09:32 -0500 |
| commit | 11b1e370161dd09c095350c66f7b187fc9654ec6 (patch) | |
| tree | c46df174a600d0557fe310f927cdabfec2ef06fc /compiler/rustc_parse/src/lib.rs | |
| parent | a4cbb44ae2c80545db957763b502dc7f6ea22085 (diff) | |
| download | rust-11b1e370161dd09c095350c66f7b187fc9654ec6.tar.gz rust-11b1e370161dd09c095350c66f7b187fc9654ec6.zip | |
Force token collection to run when parsing nonterminals
Fixes #81007 Previously, we would fail to collect tokens in the proper place when only builtin attributes were present. As a result, we would end up with attribute tokens in the collected `TokenStream`, leading to duplication when we attempted to prepend the attributes from the AST node. We now explicitly track when token collection must be performed due to nomterminal parsing.
Diffstat (limited to 'compiler/rustc_parse/src/lib.rs')
0 files changed, 0 insertions, 0 deletions
