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
12
12
- [Added tier 3\* support for the `armv5te-unknown-linux-uclibceabi` target.][78142]
13
13
- [Added tier 3 support for the `aarch64-apple-ios-macabi` target.][77484]
14
14
- [The `x86_64-unknown-freebsd` is now built with the full toolset.][79484]
15
+ - [Dropped support for all cloudabi targets.][78439]
15
16
16
17
\* Refer to Rust's [platform support page][forge-platform-support] for more
17
18
information on Rust's tiered platform support.
@@ -77,7 +78,6 @@ Compatibility Notes
77
78
- [`#![test]` as an inner attribute is now considered unstable like other inner macro
78
79
attributes, and reports an error by default through the `soft_unstable` lint.][79003]
79
80
- [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]
81
81
- [You can no longer intercept `panic!` calls by supplying your own macro.][78343] It's
82
82
recommended to use the `#[panic_handler]` attribute to provide your own implementation.
83
83
- [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