Re: [PATCH v5 01/15] rust: enable the `pin_macro` feature

From: Alice Ryhl
Date: Mon Apr 03 2023 - 13:56:17 EST


On 4/3/23 17:44, Benno Lossin wrote:
This feature enables the use of the `pin!` macro for the `stack_pin_init!`
macro. This feature is already stabilized in Rust version 1.68.

Signed-off-by: Benno Lossin <y86-dev@xxxxxxxxxxxxxx>
Cc: Gary Guo <gary@xxxxxxxxxxx>
Cc: Andreas Hindborg <a.hindborg@xxxxxxxxxxx>
Cc: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Acked-by: Boqun Feng <boqun.feng@xxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>