Skip to content

Commit 230ccf6

Browse files
authored
Rollup merge of rust-lang#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
2 parents aa3dc06 + 3db2c13 commit 230ccf6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASES.md

+9
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ Misc
6868
- [`rustc` will now warn about some incorrect uses of
6969
`mem::{uninitialized, zeroed}` that are known to cause undefined behaviour.][63346]
7070

71+
Compatibility Notes
72+
-------------------
73+
- Unfortunately the [`x86_64-unknown-uefi` platform can not be built][62785]
74+
with rustc 1.39.0.
75+
- The [`armv7-unknown-linux-gnueabihf` platform is also known to have
76+
issues][62896] for certain crates such as libc.
77+
7178
[60260]: https://github.com/rust-lang/rust/pull/60260/
7279
[61457]: https://github.com/rust-lang/rust/pull/61457/
7380
[61491]: https://github.com/rust-lang/rust/pull/61491/
@@ -79,7 +86,9 @@ Misc
7986
[62735]: https://github.com/rust-lang/rust/pull/62735/
8087
[62766]: https://github.com/rust-lang/rust/pull/62766/
8188
[62784]: https://github.com/rust-lang/rust/pull/62784/
89+
[62785]: https://github.com/rust-lang/rust/issues/62785/
8290
[62814]: https://github.com/rust-lang/rust/pull/62814/
91+
[62896]: https://github.com/rust-lang/rust/issues/62896/
8392
[63000]: https://github.com/rust-lang/rust/pull/63000/
8493
[63056]: https://github.com/rust-lang/rust/pull/63056/
8594
[63107]: https://github.com/rust-lang/rust/pull/63107/

0 commit comments

Comments
 (0)