Re: [PATCH] rust: irq: move 'static bounds to traits

From: Danilo Krummrich

Date: Tue Mar 03 2026 - 14:55:26 EST


On Thu Feb 19, 2026 at 10:12 AM CET, Alice Ryhl wrote:
> The 'static bound is required by all irq handlers, so it is simpler to
> specify it on the trait declaration instead of repeating it every time
> the trait is used as a where clause. Note that we already list Sync on
> the trait bound for the same reason.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>

Applied to driver-core-testing, thanks!