@@ -50,14 +50,17 @@ The following previously stable methods are now `const fn`'s:
5050Cargo
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
8487Internal 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