Re: [PATCH v4 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`
From: Tamir Duberstein
Date: Mon Nov 11 2024 - 11:25:11 EST
> You should probably wait for Miguel to decide what to do about
> https://lore.kernel.org/all/20241111175842.550fc29d@xxxxxxxxxxxxxxxx/
>
> Alice
Thanks for the pointer!
My reading of that discussion is that the new `crate::ffi` module
isn't going anywhere, it's just the later patches that diverge the
types that might be dropped for now and taken later.
In my case though I have a hard conflict as the patch introducing
`crate::ffi` and this series touch the same lines so I think a rebase
is unavoidable.
Tamir