Re: [PATCH v6 1/3] rust: configfs: introduce rust support for configfs
From: Miguel Ojeda
Date: Thu May 01 2025 - 17:28:34 EST
On Thu, May 1, 2025 at 9:51 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> Ah - I understand. I missed that you wrapped the assert in a const
> block, a quite important bit 🤦 Thanks for explaining!
Ah -- that explains it. Yeah, your calls to `add` were from const
contexts, which explains what you were trying to say.
You're welcome!
Cheers,
Miguel