rustc_ast
1.78.0-dev
In rustc_ast::visit
?
Function
rustc_ast
::
visit
::
walk_label
source
·
[
−
]
pub fn walk_label<'a, V:
Visitor
<'a>>( visitor:
&mut V
, label: &'a
Label
) -> V::
Result