File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
1718information 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]
You can’t perform that action at this time.
0 commit comments