Skip to content

Commit 2a76add

Browse files
authoredFeb 12, 2021
Rollup merge of #81954 - joshtriplett:release-notes-group-platform-notes, r=XAMPPRocky
RELEASES.md 1.50: Group platform support notes together Move the note about dropping cloudabi next to the other platform support changes.
2 parents c07260d + 883988b commit 2a76add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Compiler
1212
- [Added tier 3\* support for the `armv5te-unknown-linux-uclibceabi` target.][78142]
1313
- [Added tier 3 support for the `aarch64-apple-ios-macabi` target.][77484]
1414
- [The `x86_64-unknown-freebsd` is now built with the full toolset.][79484]
15+
- [Dropped support for all cloudabi targets.][78439]
1516

1617
\* Refer to Rust's [platform support page][forge-platform-support] for more
1718
information on Rust's tiered platform support.
@@ -77,7 +78,6 @@ Compatibility Notes
7778
- [`#![test]` as an inner attribute is now considered unstable like other inner macro
7879
attributes, and reports an error by default through the `soft_unstable` lint.][79003]
7980
- [Overriding a `forbid` lint at the same level that it was set is now a hard error.][78864]
80-
- [Dropped support for all cloudabi targets.][78439]
8181
- [You can no longer intercept `panic!` calls by supplying your own macro.][78343] It's
8282
recommended to use the `#[panic_handler]` attribute to provide your own implementation.
8383
- [Semi-colons after item statements (e.g. `struct Foo {};`) now produce a warning.][78296]

0 commit comments

Comments
 (0)