Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Vec from API of fallback::TokenStream #338

Merged
merged 1 commit into from Jul 25, 2022
Merged

Remove Vec from API of fallback::TokenStream #338

merged 1 commit into from Jul 25, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jul 25, 2022

There is no immediate behavior change here, but this refactor is necessary for #336. When building a TokenStream in the parser we don't want to allocate all the tokens in an ordinary Vec and then have to copy the whole thing into an RcVec. We can allocate them directly in a statically-uniquely-owned RcVec up front.

@dtolnay dtolnay merged commit 682d119 into master Jul 25, 2022
@dtolnay dtolnay deleted the builder branch July 25, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant