Re: [PATCH v13 1/1] rust: interop: Add list module for C linked list interface
From: Danilo Krummrich
Date: Thu Mar 19 2026 - 08:52:53 EST
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.