Skip to content

assorted iterator/container cleanups#8503

Closed
thestinger wants to merge 8 commits into
rust-lang:masterfrom
thestinger:iterator
Closed

assorted iterator/container cleanups#8503
thestinger wants to merge 8 commits into
rust-lang:masterfrom
thestinger:iterator

Conversation

@thestinger

Copy link
Copy Markdown
Contributor

No description provided.

replaced by iterators (generic composable `map` and `zip` adaptors)
These are obsoleted by the generic iterator `zip` adaptor. Unlike
these, it does not clone the elements or allocate a new vector by
default.
@bors bors closed this Aug 16, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 24, 2022
More `transmute_undefined_repr` fixes

fixes: rust-lang#8498
fixes: rust-lang#8501
fixes: rust-lang#8503

changelog: Allow `transumte_undefined_repr` between fat pointers and `(usize, usize)`
changelog: Allow `transumte_undefined_repr` when one side is a union
changelog: Fix `transumte_undefined_repr` on tuples with one non-zero-sized type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants