pub fn visit_mut_rec_block<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast MutRecBlock<T>, )where V: Visit<'ast, T> + ?Sized,