Skip to content

More 0.7 release notes - #7209

Closed
brson wants to merge 1 commit into
rust-lang:masterfrom
brson:relnotes
Closed

More 0.7 release notes#7209
brson wants to merge 1 commit into
rust-lang:masterfrom
brson:relnotes

Conversation

@brson

Copy link
Copy Markdown
Contributor

No description provided.

Comment threadRELEASES.txt Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could also mention RcMut here

@brson

Copy link
Copy Markdown
ContributorAuthor

Updated to incorporate @thestinger's feedback

@thestinger

Copy link
Copy Markdown
Contributor

Going to land this in #7270 with the other documentation pull requests to help clear the queue faster.

flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 17, 2021
…r=flip1995
Vec extend to append
This PR adds a check to suggest changes of vector from
```
vec.extend(other_vec.drain(..))
```
could be written as
```
vec![].append(&mut vec![]);
```
changelog: Add vec_extend_to_append lint
issue: rust-lang#7209
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7209: Support yield keyword r=Veykril a=sasurau4
Part of rust-lang#4309 The inference of yield will be implemented at another PR.
Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
Sign up for freeto 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

@brson@thestinger