Update RELEASES.md
This commit is contained in:
parent
1186f28861
commit
3f6726dba6
1 changed files with 3 additions and 7 deletions
10
RELEASES.md
10
RELEASES.md
|
@ -59,12 +59,6 @@ Rustdoc
|
||||||
- [You can now specify `#[doc(alias = "<alias>")]` on items to add search aliases
|
- [You can now specify `#[doc(alias = "<alias>")]` on items to add search aliases
|
||||||
when searching through `rustdoc`'s UI.][75740]
|
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
|
Compatibility Notes
|
||||||
-------------------
|
-------------------
|
||||||
- [`const fn`s are now implicitly promoted to `const`.][75502] Meaning that it
|
- [`const fn`s are now implicitly promoted to `const`.][75502] Meaning that it
|
||||||
|
@ -83,6 +77,9 @@ Compatibility Notes
|
||||||
`arch::{x86, x86_64}` to return `i32` to match the vendor signatures.][73166]
|
`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
|
- [`mem::uninitialized` will now panic if any inner types inside a struct or enum
|
||||||
disallow zero-initialization.][71274]
|
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
|
Internal Only
|
||||||
-------------
|
-------------
|
||||||
|
@ -99,7 +96,6 @@ Internal Only
|
||||||
[76275]: https://github.com/rust-lang/rust/pull/76275/
|
[76275]: https://github.com/rust-lang/rust/pull/76275/
|
||||||
[76310]: https://github.com/rust-lang/rust/pull/76310/
|
[76310]: https://github.com/rust-lang/rust/pull/76310/
|
||||||
[76420]: https://github.com/rust-lang/rust/pull/76420/
|
[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/
|
[76158]: https://github.com/rust-lang/rust/pull/76158/
|
||||||
[75857]: https://github.com/rust-lang/rust/pull/75857/
|
[75857]: https://github.com/rust-lang/rust/pull/75857/
|
||||||
[75585]: https://github.com/rust-lang/rust/pull/75585/
|
[75585]: https://github.com/rust-lang/rust/pull/75585/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue