walk_label
rustc_
ast
1.91.0-nightly
(54c581243 2025-08-25)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
label
Copy item path
Source
pub fn walk_label<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
Label
, ) -> V::
Result