walk_format_args
rustc_
ast
1.91.0-beta.10
(f2f881bb9 2025-10-25)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
format_
args
Copy item path
Source
pub fn walk_format_args<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
FormatArgs
, ) -> V::
Result