Re: [PATCH v3 2/4] rust: debugfs: Bind file creation for long-lived Display
From: Danilo Krummrich
Date: Sat May 03 2025 - 08:15:01 EST
On Fri, May 02, 2025 at 11:07:47AM -0700, Matthew Maurer wrote:
> I'm making this change, but so that I can be correct in the future,
> can you explain why taking an intermediate reference to private is UB?
> My understanding is that my provided vtable are supposed to be the
> only methods looking at this field, and they don't mutate it.
You're right, I confused it with something else.