The standard library now has proc_macro::ToTokens which matches quote::ToTokens. Could proc-macro2 types add a proc_macro::ToTokens implementation that is gated by the nightly feature? This should allow quoting proc_macro2 types with proc_macro::quote!.
The standard library now has
proc_macro::ToTokenswhich matchesquote::ToTokens. Couldproc-macro2types add aproc_macro::ToTokensimplementation that is gated by thenightlyfeature? This should allow quotingproc_macro2types withproc_macro::quote!.