fn parse_path_comma_token_tree<'a>( db: &'a dyn SourceDatabase, args: &'a TopSubtree, ) -> impl Iterator<Item = (ModPath, Span, TokenTreesView<'a>)>