Skip to content

Commit 51d9591

Browse files
XAMPPRockypietroalbini
authored andcommitted
Update RELEASES.md
1 parent 5921bca commit 51d9591

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

RELEASES.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,17 @@ The following previously stable methods are now `const fn`'s:
5050
Cargo
5151
-----
5252

53-
Misc
54-
----
53+
Rustdoc
54+
-------
5555
- [You can now link to items in `rustdoc` using the intra-doc link
5656
syntax.][74430] E.g. ``/// Uses [`std::future`]`` will automatically generate
5757
a link to `std::future`'s documentation. See ["Linking to items by
5858
name"][intradoc-links] for more information.
5959
- [You can now specify `#[doc(alias = "<alias>")]` on items to add search aliases
6060
when searching through `rustdoc`'s UI.][75740]
61+
62+
Rustup
63+
------
6164
- [You can now use `rustup install <major>.<minor>` to specify installing the
6265
latest available patch of the specified minor version of the toolchain.][76107] E.g.
6366
`rustup install 1.45` would install `1.45.2`, and `1.46` would install `1.46.0`.
@@ -78,8 +81,8 @@ Compatibility Notes
7881
in places where they have no effect.][73461]
7982
- [Updated `_mm256_extract_epi8` and `_mm256_extract_epi16` signatures in
8083
`arch::{x86, x86_64}` to return `i32` to match the vendor signatures.][73166]
81-
82-
84+
- [`mem::uninitialized` will now panic if any inner types inside a struct or enum
85+
disallow zero-initialization].[71274]
8386

8487
Internal Only
8588
-------------
@@ -88,7 +91,8 @@ Internal Only
8891
your `config.toml`.
8992

9093
[27675]: https://github.com/rust-lang/rust/issues/27675/
91-
[54121]: https://github.com/rust-lang/rust/issues/54121/
94+
[54121]: https://github.com/rust-lang/rust/issues/54121/
95+
[71274]: https://github.com/rust-lang/rust/pull/71274/
9296
[77386]: https://github.com/rust-lang/rust/pull/77386/
9397
[77153]: https://github.com/rust-lang/rust/pull/77153/
9498
[77055]: https://github.com/rust-lang/rust/pull/77055/

0 commit comments

Comments
 (0)