You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issue for implementation of Extend parameterized over "token tree items" (Group, Literal, Punct, Ident) for TokenStream as proposed by this API Change Proposal (ACP).
In this context, "token tree item" is a stipulative definition that means any of the types that can be stored as variants inside of proc_macro::TokenTree, namely