libcore: make result of iter::from_generator Clone#105526
libcore: make result of iter::from_generator Clone#105526bors merged 2 commits intorust-lang:masterfrom
Conversation
This allows for propagating trait impls on the iterator type.
This is currently only relevant with #![feature(generator_clone)].
|
r? @scottmcm (rustbot has picked a reviewer for you, use r? to override) |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
Generators like this are still experimental, so sure, seems fine. libs-api can talk about it later. @bors r+ |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#105526 (libcore: make result of iter::from_generator Clone) - rust-lang#106563 (Fix `unused_braces` on generic const expr macro call) - rust-lang#106661 (Stop probing for statx unless necessary) - rust-lang#106820 (Deprioritize fulfillment errors that come from expansions.) - rust-lang#106828 (rustdoc: remove `docblock` class from notable trait popover) - rust-lang#106849 (Allocate one less vec while parsing arrays) - rust-lang#106855 (rustdoc: few small cleanups) - rust-lang#106860 (Remove various double spaces in the libraries.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
@rustbot label +A-generators