Re: [PATCH v2] rust: rbtree: add immutable cursor
From: Miguel Ojeda
Date: Tue Sep 09 2025 - 22:51:09 EST
On Wed, Sep 10, 2025 at 3:09 AM John Hubbard <jhubbard@xxxxxxxxxx> wrote:
>
> Interesting. I know the topic of rustc minimum version (1.78 right now)
> has been discussed a lot, but I'm somehow still confused about how this
> works, on nova for example.
>
> The &raw feature requires rustc 1.82.0. So I thought we couldn't use
> it. But clearly we can...right?
>
> So confused. Please help. :)
Please see what I have at this subpage:
https://rust-for-linux.com/unstable-features
I hope that helps!
Cheers,
Miguel