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

Updated releases notes for 1.19 #42503

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
Update RELEASES.md
  • Loading branch information
Aaronepower authored Jun 7, 2017
commit 2e19040dfa75cc9413c57abd83ea08c66e28f99a
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Language
--------

- [Numeric fields can now be used for creating tuple structs.][36868]
Copy link
Contributor

Choose a reason for hiding this comment

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

The correct PR is #41145

For example `struct Point(u32, u32); let x = Foo { 0: 7, 1: 0 };`.
For example `struct Point(u32, u32); let x = Point { 0: 7, 1: 0 };`.
- [Macro recursion limit increased to 1024 from 64.][41676]
- [Added lint for detecting unused macros.][41907]
- [`loop` can now return a value with `break`.][42016]
Expand Down