Re: [PATCH] rust: types: remove `Either<L, R>`
From: Miguel Ojeda
Date: Mon Jul 21 2025 - 17:59:31 EST
On Mon, May 19, 2025 at 8:23 PM Benno Lossin <lossin@xxxxxxxxxx> wrote:
>
> Another option would be to deprecate it. Do I remember correctly that
> Linus doesn't like that? If yes, then that maybe isn't a good idea...
Yeah, though for Rust we may need it sometimes during the "phased"
moves of items between Rust modules.
In this case, it is just not used upstream, and the only user
out-of-tree is easy to replace, so there is nothing stopping us from
just removing it.
Cheers,
Miguel