walk_path
rustc_
ast
1.93.0-beta.5
(72b6488ba 2025-12-21)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
path
Copy item path
Source
pub fn walk_path<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
Path
, ) -> V::
Result