fn boxed_seq<'a, N: HirPrettyPrint + 'a, A: FileArena>( nodes: impl Iterator<Item = &'a N>, arena: &A) -> Vec<String>