From f4a6be3dbe5c2fef8efb330bf6dbd75567875d82 Mon Sep 17 00:00:00 2001 From: "Kurt Heiritz (pseudo)" Date: Tue, 24 Jun 2025 19:27:53 +0530 Subject: [PATCH] Update other-reprs.md --- src/other-reprs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/other-reprs.md b/src/other-reprs.md index 6b397c9..3545931 100644 --- a/src/other-reprs.md +++ b/src/other-reprs.md @@ -30,6 +30,8 @@ says they should still consume a byte of space. * DST pointers (wide pointers) and tuples are not a concept in C, and as such are never FFI-safe. +* Raw arrays of types are not FFI-safe. + * Enums with fields also aren't a concept in C or C++, but a valid bridging of the types [is defined][really-tagged].