mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
6b47c6d786
Unify FnKind between AST visitors and make WalkItemKind more straight forward Unifying `FnKind` requires a bunch of changes to `WalkItemKind::walk` signature so I'll change them in one go related to #128974 r? `@petrochenkov`