Skip to main content
walk_path
rustc_
hir
1.97.0-beta.6
(b2282dd56 2026-07-01)
In rustc_
hir::
intravisit
rustc_hir
::
intravisit
Function
walk_
path
Copy item path
Source
pub fn walk_path<'v, V:
Visitor
<'v>>( visitor:
&mut V
, path: &
Path
<'v>, ) -> V::
Result