Re: [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized
From: Danilo Krummrich
Date: Tue May 19 2026 - 08:39:24 EST
On Tue May 19, 2026 at 1:48 PM CEST, Gary Guo wrote:
> the callback should have `Pin<&Self::Data<'bound>>` instead (the outer
> lifetime should be callback-scoped)`. Did you forget to make the change?
Yes, I thought I had that staged already, but forgot about it; good catch,
thanks!