diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-10-27 11:00:07 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-11-17 12:39:56 +0100 |
| commit | 2317b82eb434b62e4083e0aaf791abb6bc3bed2f (patch) | |
| tree | 376c675e0f889c1c5dfc3bc571d1930352dd2d22 | |
| parent | 949043e2e9a08e660c11f00434b6cc83e0e1672d (diff) | |
| download | rust-2317b82eb434b62e4083e0aaf791abb6bc3bed2f.tar.gz rust-2317b82eb434b62e4083e0aaf791abb6bc3bed2f.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/RELEASES.md b/RELEASES.md index 8403dfc8157..d4511988312 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -58,12 +58,6 @@ Rustdoc name"][intradoc-links] for more information. - [You can now specify `#[doc(alias = "<alias>")]` on items to add search aliases when searching through `rustdoc`'s UI.][75740] - -Rustup ------- -- [You can now use `rustup install <major>.<minor>` to specify installing the - latest available patch of the specified minor version of the toolchain.][76107] E.g. - `rustup install 1.45` would install `1.45.2`, and `1.46` would install `1.46.0`. Compatibility Notes ------------------- @@ -83,6 +77,9 @@ Compatibility Notes `arch::{x86, x86_64}` to return `i32` to match the vendor signatures.][73166] - [`mem::uninitialized` will now panic if any inner types inside a struct or enum disallow zero-initialization.][71274] +- [`#[target_feature]` will now error if used in a place where it has no effect.][78143] + +[78143]: https://github.com/rust-lang/rust/issues/78143 Internal Only ------------- @@ -99,7 +96,6 @@ Internal Only [76275]: https://github.com/rust-lang/rust/pull/76275/ [76310]: https://github.com/rust-lang/rust/pull/76310/ [76420]: https://github.com/rust-lang/rust/pull/76420/ -[76107]: https://github.com/rust-lang/rust/pull/76107/ [76158]: https://github.com/rust-lang/rust/pull/76158/ [75857]: https://github.com/rust-lang/rust/pull/75857/ [75585]: https://github.com/rust-lang/rust/pull/75585/ |
