Skip to main content
walk_path
rustc_
ast
1.96.0-nightly
(2972b5e59 2026-04-03)
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