Tracking Issue for implementation of Extend
parameterized over "token tree items" (Group
, Literal
, Punct
, Ident
) for TokenStream
#112815
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(ts_extend_w_tt_item)]
This is a tracking issue for implementation of
Extend
parameterized over "token tree items" (Group
,Literal
,Punct
,Ident
) forTokenStream
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
, namelyproc_macro::Group
proc_macro::Ident
proc_macro::Punct
proc_macro::Literal
Public API
Steps / History
Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: