mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
574c0502f1
proc_macro: Generalize `FromIterator` impl While never intended to be stable we forgot that trait impls are insta-stable! This construction of `FromIterator` wasn't our first choice of how to stabilize the impl but our hands are tied at this point, so revert back to the original definition of `FromIterator` before #49597 Closes #49725