You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`feature(raw_ref_op)` became stable in Rust 1.82.0 which is the current
MSRV of pin-init with no default features. Earlier Rust versions will
now need to enable `raw_ref_op` to continue to work with pin-init.
This reduces visual complexity and improves consistency with existing
reference syntax.
Suggested-by: Benno Lossin <lossin@kernel.org>
Link: Rust-for-Linux/linux#1148Closes: #99
Signed-off-by: Antonio Hickey <contact@antoniohickey.com>
[ Reworded commit message - Benno ]
Signed-off-by: Benno Lossin <lossin@kernel.org>
0 commit comments