diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-21 16:01:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-21 16:01:30 +0200 |
| commit | 6da43dd10d8b175a2e71e05c8eb671ad6fec246d (patch) | |
| tree | 1808ef8ee60fb8240ea91202427046306511fe4d | |
| parent | a93c0da8d267117fc893e93f6d35b09b70c181de (diff) | |
| parent | 3db2c13d893865e8e6929d5259bbac7d89a7ba06 (diff) | |
| download | rust-6da43dd10d8b175a2e71e05c8eb671ad6fec246d.tar.gz rust-6da43dd10d8b175a2e71e05c8eb671ad6fec246d.zip | |
Rollup merge of #64621 - XAMPPRocky:relnotes, r=Mark-Simulacrum
Add Compatibility Notes to RELEASES.md for 1.38.0 ### [Rendered](https://github.com/XAMPPRocky/rust/blob/relnotes/RELEASES.md) r? @Mark-Simulacrum
| -rw-r--r-- | RELEASES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index d634feba33a..ecf49278f4b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -68,6 +68,13 @@ Misc - [`rustc` will now warn about some incorrect uses of `mem::{uninitialized, zeroed}` that are known to cause undefined behaviour.][63346] +Compatibility Notes +------------------- +- Unfortunately the [`x86_64-unknown-uefi` platform can not be built][62785] + with rustc 1.39.0. +- The [`armv7-unknown-linux-gnueabihf` platform is also known to have + issues][62896] for certain crates such as libc. + [60260]: https://github.com/rust-lang/rust/pull/60260/ [61457]: https://github.com/rust-lang/rust/pull/61457/ [61491]: https://github.com/rust-lang/rust/pull/61491/ @@ -79,7 +86,9 @@ Misc [62735]: https://github.com/rust-lang/rust/pull/62735/ [62766]: https://github.com/rust-lang/rust/pull/62766/ [62784]: https://github.com/rust-lang/rust/pull/62784/ +[62785]: https://github.com/rust-lang/rust/issues/62785/ [62814]: https://github.com/rust-lang/rust/pull/62814/ +[62896]: https://github.com/rust-lang/rust/issues/62896/ [63000]: https://github.com/rust-lang/rust/pull/63000/ [63056]: https://github.com/rust-lang/rust/pull/63056/ [63107]: https://github.com/rust-lang/rust/pull/63107/ |
