Re: [PATCH 3/3] rust: workqueue: add `#[pin_data]` to `Work`

From: Benno Lossin
Date: Sat Nov 25 2023 - 09:55:03 EST


On 25.11.23 15:35, Alice Ryhl wrote:
> On 11/25/23 13:51, Benno Lossin wrote:
>> + pin_init!(Self {
>> + work: Opaque::ffi_init(|slot| {
>
> Surely there should be an <- here instead of the : character?

You are absolutely correct. I did this so rustfmt would format it nicely. But
forgot to change it back.

--
Cheers,
Benno