pub fn walk_for<'ast, 'arena, W, C>( walker: &W, for: &'ast For<'arena>, context: &mut C, )where W: ?Sized + Walker<'ast, 'arena, C>,