pub fn join_path_idents(
path: impl IntoIterator<Item = impl Borrow<Ident>>,
) -> StringExpand description
Like join_path_syms, but for Idents. This function is necessary because
Ident::to_string does more than just print the symbol in the name field.