Commits
Click on a commit to change the comparison rangerefactor(traverse): enter node before entering scope (#4684)
Closes #4200.
Align `Traverse`'s behavior with `Visit` and `VisitMut`. For types with scopes, call `enter_*` before entering scope, and call `exit_*` after exiting scope.1 year ago
by overlookmotel