Macro rustc_ast_ir::walk_list

source ยท
macro_rules! walk_list {
    ($visitor: expr, $method: ident, $list: expr $(, $($extra_args: expr),* )?) => { ... };
}