Re: [PATCH v3 2/4] rust: error: Add ECANCELED error code
From: Miguel Ojeda
Date: Thu Jun 18 2026 - 15:14:39 EST
On Thu, Jun 18, 2026 at 3:27 PM Philipp Stanner <phasta@xxxxxxxxxx> wrote:
>
> + declare_err!(ECANCELED, "Request has been canceled.");
Please place it after `ETIMEDOUT` (these are meant to be sorted the
same way as in the C side -- we had a patch at some point to make it
more obvious, perhaps someone can resurrect it).
Cheers,
Miguel