about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2022-11-03 11:44:50 -0400
committerFelix S. Klock II <pnkfelix@pnkfx.org>2022-11-03 11:44:50 -0400
commit9c79a27e23f87d60736207f06f9c030396a444b4 (patch)
tree37a534b33bdc1ba5d2bb75f493cb4c89827f9f6a /RELEASES.md
parent160b19429523ea44c4c3b7cad4233b2a35f58b8f (diff)
downloadrust-9c79a27e23f87d60736207f06f9c030396a444b4.tar.gz
rust-9c79a27e23f87d60736207f06f9c030396a444b4.zip
Add note to RELEASES.md regarding issue 102754.
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index a3df56f1d2a..c7437f9f7e7 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -87,6 +87,9 @@ Compatibility Notes
   This strengthens the forward compatibility lint deprecated_cfg_attr_crate_type_name to deny.
 - [`llvm-has-rust-patches` allows setting the build system to treat the LLVM as having Rust-specific patches](https://github.com/rust-lang/rust/pull/101072)
   This option may need to be set for distributions that are building Rust with a patched LLVM via `llvm-config`, not the built-in LLVM.
+- Combining three or more languages (e.g. Objective C, C++ and Rust) into one binary may hit linker limitations when using `lld`. For more information, see [issue 102754][102754].
+
+[102754]: https://github.com/rust-lang/rust/issues/102754
 
 Internal Changes
 ----------------