Re: [PATCH] rust: stop using ptr_metadata feature

From: Martin Rodriguez Reboredo
Date: Mon Feb 05 2024 - 08:55:57 EST


On 2/5/24 06:18, Alice Ryhl wrote:
The `byte_sub` method was stabilized in Rust 1.75.0. By using that
method, we no longer need the unstable `ptr_metadata` feature for
implementing `Arc::from_raw`.

This brings us one step closer towards not using unstable compiler
features.

Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
---
[...]

Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>