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

libcore: make result of iter::from_generator Clone #105526

Merged
merged 2 commits into from
Jan 15, 2023

Commits on Dec 10, 2022

  1. libcore: make result type of iter::from_generator concrete

    This allows for propagating trait impls on the iterator type.
    Xiretza committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    a8b5d4b View commit details
    Browse the repository at this point in the history
  2. libcore: make result of iter::from_generator Clone

    This is currently only relevant with #![feature(generator_clone)].
    Xiretza committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    17a0740 View commit details
    Browse the repository at this point in the history