mirror of https://github.com/torvalds/linux.git
`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: https://github.com/Rust-for-Linux/linux/issues/1148
Closes: https://github.com/Rust-for-Linux/pin-init/issues/99
Signed-off-by: Antonio Hickey <contact@antoniohickey.com>
Link:
|
||
|---|---|---|
| .. | ||
| diagnostics.rs | ||
| init.rs | ||
| lib.rs | ||
| pin_data.rs | ||
| pinned_drop.rs | ||
| zeroable.rs | ||