Update RELEASES.md

This commit is contained in:
XAMPPRocky 2020-12-08 22:14:10 +00:00 committed by GitHub
parent 7bb1889899
commit 468c578b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Version 1.49.0 (2020-11-19) Version 1.49.0 (2020-12-31)
============================ ============================
Language Language
@ -6,7 +6,7 @@ Language
- [Unions can now implement `Drop`, and you can now have a field in a union - [Unions can now implement `Drop`, and you can now have a field in a union
with `ManuallyDrop<T>`.][77547] with `ManuallyDrop<T>`.][77547]
- [You can now cast zero sized enums (0 or 1 variants) to integers.][76199] - [You can now cast uninhabited enums to integers.][76199]
- [You can now bind by reference and by move in patterns.][76119] This - [You can now bind by reference and by move in patterns.][76119] This
allows you to selectively borrow individual components of a type. E.g. allows you to selectively borrow individual components of a type. E.g.
```rust ```rust