@@ -50,14 +50,17 @@ The following previously stable methods are now `const fn`'s:
50
50
Cargo
51
51
-----
52
52
53
- Misc
54
- ----
53
+ Rustdoc
54
+ -------
55
55
- [You can now link to items in `rustdoc` using the intra-doc link
56
56
syntax.][74430] E.g. ``/// Uses [`std::future`]`` will automatically generate
57
57
a link to `std::future`'s documentation. See ["Linking to items by
58
58
name"][intradoc-links] for more information.
59
59
- [You can now specify `#[doc(alias = "<alias>")]` on items to add search aliases
60
60
when searching through `rustdoc`'s UI.][75740]
61
+
62
+ Rustup
63
+ ------
61
64
- [You can now use `rustup install <major>.<minor>` to specify installing the
62
65
latest available patch of the specified minor version of the toolchain.][76107] E.g.
63
66
`rustup install 1.45` would install `1.45.2`, and `1.46` would install `1.46.0`.
@@ -78,8 +81,8 @@ Compatibility Notes
78
81
in places where they have no effect.][73461]
79
82
- [Updated `_mm256_extract_epi8` and `_mm256_extract_epi16` signatures in
80
83
`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]
83
86
84
87
Internal Only
85
88
-------------
@@ -88,7 +91,8 @@ Internal Only
88
91
your `config.toml`.
89
92
90
93
[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/
92
96
[77386]: https://github.com/rust-lang/rust/pull/77386/
93
97
[77153]: https://github.com/rust-lang/rust/pull/77153/
94
98
[77055]: https://github.com/rust-lang/rust/pull/77055/
0 commit comments