Re: [PATCH] rust: print: Fix issue with rust_build_error

From: Miguel Ojeda

Date: Sun Sep 21 2025 - 05:13:25 EST


On Sun, Sep 21, 2025 at 2:45 AM Joel Fernandes <joelagnelf@xxxxxxxxxx> wrote:
>
> But even if the pointer is a C const pointer, LLVM seems to
> always want to reload it.

What do you mean by this? I think I mentioned in the other thread that
a C pointer to const still allows the callee to change the value.

Cheers,
Miguel