Fix typo in release notes
This commit is contained in:
parent
8ba22504e8
commit
acd396225e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Language
|
||||||
function's caller's location information for panic messages.][72445]
|
function's caller's location information for panic messages.][72445]
|
||||||
- [Recursively indexing into tuples no longer needs parentheses.][71322] E.g.
|
- [Recursively indexing into tuples no longer needs parentheses.][71322] E.g.
|
||||||
`x.0.0` over `(x.0).0`.
|
`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.
|
You currently can't use `mem::transmute` in constant functions.
|
||||||
|
|
||||||
Compiler
|
Compiler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue