mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 09:17:51 +00:00
Don't call `walk_` functions directly if there is an equivalent `visit_` method I was working on https://github.com/rust-lang/rust/issues/77773 and realized in one of my experiments that the `visit_path` method was not always called whereas it should have. This fixes it. r? ``@davidtwco``