Re: [PATCH v6 1/3] rust: configfs: introduce rust support for configfs
From: Miguel Ojeda
Date: Thu May 01 2025 - 17:47:16 EST
On Thu, May 1, 2025 at 11:28 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> Ah -- that explains it. Yeah, your calls to `add` were from const
> contexts, which explains what you were trying to say.
No, wait, they are not from const context. So a "normal" `assert!`
there would have never worked.
Cheers,
Miguel