Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proc_macro: Generalize FromIterator impl #49734

Merged
merged 1 commit into from
Apr 12, 2018

Commits on Apr 6, 2018

  1. 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 rust-lang#49597
    
    Closes rust-lang#49725
    alexcrichton committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    d985344 View commit details
    Browse the repository at this point in the history