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

From: Alice Ryhl
Date: Sat Nov 25 2023 - 09:46:23 EST


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?

Alice