Re: [PATCH v2] rust_binder: add ownership assertion to Node::add_death
From: Miguel Ojeda
Date: Wed Jun 10 2026 - 10:31:25 EST
On Wed, Jun 10, 2026 at 3:32 PM Georgios Androutsopoulos
<georgeandrout13@xxxxxxxxx> wrote:
>
> debug_assert!(is_valid);
If the Binder maintainers decide they want the `pr_warn!` (`_once`?),
then this could go inside the `if` with a `false` condition.
Cheers,
Miguel