Skip to content

subtree sync #5070

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

Merged
merged 3 commits into from
Nov 8, 2021
Merged

Conversation

calebcartwright
Copy link
Member

Validated locally using RITM, but will wait for the 2021-11-07 nightly to be published before merging

petrochenkov and others added 2 commits November 7, 2021 21:38
TraitKind -> Trait
TyAliasKind -> TyAlias
ImplKind -> Impl
FnKind -> Fn

All `*Kind`s in AST are supposed to be enums.

Tuple structs are converted to braced structs for the types above, and fields are reordered in syntactic order.

Also, mutable AST visitor now correctly visit spans in defaultness, unsafety, impl polarity and constness.
@calebcartwright calebcartwright marked this pull request as ready for review November 8, 2021 01:06
@calebcartwright calebcartwright merged commit ea199ba into rust-lang:master Nov 8, 2021
@calebcartwright calebcartwright deleted the rustup-2021-11-s1 branch November 8, 2021 01:40
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.

2 participants