Regression: FromIterator<TokenStream>
is not implemented for TokenStream
#49725
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Servo doesn’t build in today’s Nightly:
Since the
TokenStream
type is stable I think this is a breaking change.CC @alexcrichton for #49597.
The text was updated successfully, but these errors were encountered: