Re: [PATCH] rust: list: undo unintended replacement of method name

From: Miguel Ojeda
Date: Sat Jul 19 2025 - 18:16:41 EST


On Sat, Jul 19, 2025 at 8:37 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> When we renamed `Opaque::raw_get` to `cast_into`, there was one
> replacement that was not supposed to be there.
>
> It does not cause an issue so far because it is inside a macro rule (the
> `ListLinksSelfPtr` one) that is unused so far. However, it will start
> to be used soon.
>
> Thus fix it now.
>
> Fixes: 64fb810bce03 ("rust: types: rename Opaque::raw_get to cast_into")
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel