mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 01:28:34 +00:00
This helps with efforts to deduplicate the `MutVisitor` and the `Visitor` code. All users of `Visitor`'s methods that have extra `NodeId` as parameters really just want to visit the id on its own. Also includes some methods deduplicated and cleaned up as a result of this change.