Skip to content

Commit 468c578

Browse files
authored
Update RELEASES.md
1 parent 7bb1889 commit 468c578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Version 1.49.0 (2020-11-19)
1+
Version 1.49.0 (2020-12-31)
22
============================
33

44
Language
55
-----------------------
66

77
- [Unions can now implement `Drop`, and you can now have a field in a union
88
with `ManuallyDrop<T>`.][77547]
9-
- [You can now cast zero sized enums (0 or 1 variants) to integers.][76199]
9+
- [You can now cast uninhabited enums to integers.][76199]
1010
- [You can now bind by reference and by move in patterns.][76119] This
1111
allows you to selectively borrow individual components of a type. E.g.
1212
```rust

0 commit comments

Comments
 (0)