Re: [PATCH 2/2] rust: time: Use wrapping_sub() for Ktime::sub()

From: Miguel Ojeda
Date: Fri Apr 12 2024 - 03:59:59 EST


On Fri, Apr 12, 2024 at 9:43 AM Philipp Stanner <pstanner@xxxxxxxxxx> wrote:
>
> Is that going to remain enabled by default or what was the plan here?

The plan is to ideally keep it enabled by default, but I defer to Kees
with whom we discussed this back then (Cc'd).

The goal is that Rust code, since the beginning, has all wrapping
operations marked explicitly as such.

Cheers,
Miguel