We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb1889 commit 468c578Copy full SHA for 468c578
RELEASES.md
@@ -1,12 +1,12 @@
1
-Version 1.49.0 (2020-11-19)
+Version 1.49.0 (2020-12-31)
2
============================
3
4
Language
5
-----------------------
6
7
- [Unions can now implement `Drop`, and you can now have a field in a union
8
with `ManuallyDrop<T>`.][77547]
9
-- [You can now cast zero sized enums (0 or 1 variants) to integers.][76199]
+- [You can now cast uninhabited enums to integers.][76199]
10
- [You can now bind by reference and by move in patterns.][76119] This
11
allows you to selectively borrow individual components of a type. E.g.
12
```rust
0 commit comments