Skip to content

Commit

Permalink
Rollup merge of rust-lang#75926 - camelid:patch-5, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix typo in release notes
  • Loading branch information
Dylan-DPC committed Aug 31, 2020
2 parents 8af7b00 + acd3962 commit 6650103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Language
function's caller's location information for panic messages.][72445]
- [Recursively indexing into tuples no longer needs parentheses.][71322] E.g.
`x.0.0` over `(x.0).0`.
- [`mem::transmute` can now be used in static and constants.][72920] **Note**
- [`mem::transmute` can now be used in statics and constants.][72920] **Note**
You currently can't use `mem::transmute` in constant functions.

Compiler
Expand Down

0 comments on commit 6650103

Please sign in to comment.