Messages in this thread |  | | Date | Thu, 19 Mar 2026 13:51:44 +0100 | | Subject | Re: [PATCH v13 1/1] rust: interop: Add list module for C linked list interface | | From | "Danilo Krummrich" <> |
| |
On Thu Mar 19, 2026 at 1:21 PM CET, Gary Guo wrote: > If there're cases where we do want to justify unsafe code that's not immediately > deferring to the user inside the macro, we could use the SAFETY* trick proposed > in the thread, without writing an actual `unsafe {}` block.
Works for me -- if this is what we want to do in such cases, we should probably document it somewhere in the coding guidelines.
|  |