@@ -58,12 +58,6 @@ Rustdoc
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- ------
64- - [ You can now use ` rustup install <major>.<minor> ` to specify installing the
65- latest available patch of the specified minor version of the toolchain.] [ 76107 ] E.g.
66- ` rustup install 1.45 ` would install ` 1.45.2 ` , and ` 1.46 ` would install ` 1.46.0 ` .
6761
6862Compatibility Notes
6963-------------------
@@ -83,6 +77,9 @@ Compatibility Notes
8377 ` arch::{x86, x86_64} ` to return ` i32 ` to match the vendor signatures.] [ 73166 ]
8478- [ ` mem::uninitialized ` will now panic if any inner types inside a struct or enum
8579 disallow zero-initialization.] [ 71274 ]
80+ - [ ` #[target_feature] ` will now error if used in a place where it has no effect.] [ 78143 ]
81+
82+ [ 78143 ] : https://github.com/rust-lang/rust/issues/78143
8683
8784Internal Only
8885-------------
@@ -99,7 +96,6 @@ Internal Only
9996[ 76275 ] : https://github.com/rust-lang/rust/pull/76275/
10097[ 76310 ] : https://github.com/rust-lang/rust/pull/76310/
10198[ 76420 ] : https://github.com/rust-lang/rust/pull/76420/
102- [ 76107 ] : https://github.com/rust-lang/rust/pull/76107/
10399[ 76158 ] : https://github.com/rust-lang/rust/pull/76158/
104100[ 75857 ] : https://github.com/rust-lang/rust/pull/75857/
105101[ 75585 ] : https://github.com/rust-lang/rust/pull/75585/
0 commit comments