rustc_
ast
1.84.0-nightly
(86d69c705 2024-10-22)
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
, _: &'a
Label
, ) -> V::
Result