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

internal: Deduplicate ast expression walking logic #9413

Merged
merged 1 commit into from
Jun 26, 2021

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Jun 26, 2021

Deduplicates the duplication introduced in #9375 and #9396 while also fixing a few bugs in both the assist and related highlighting.

The assist also now contains a lot less recursion with the newer implementation using the preorder iterator.

@Veykril
Copy link
Member Author

Veykril commented Jun 26, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 26, 2021

@bors bors bot merged commit 1fa82ad into rust-lang:master Jun 26, 2021
@Veykril Veykril deleted the dedup branch June 26, 2021 23:35
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.

1 participant