Re: [PATCH v16 2/4] rust: types: add `ForeignOwnable::PointedTo`
From: Miguel Ojeda
Date: Mon Feb 17 2025 - 12:07:29 EST
On Mon, Feb 17, 2025 at 5:35 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> I know some lints are not stable and hence need to be treated with care, though
> this doesn't seem to be one of them.
Yeah, the "nursery" ones may be not ready for prime time.
> Additionally, I think the lint would need to be supported by all compiler
> versions the kernel supports currently, which also seems to be the case (added
> in: 1.51.0).
Yeah, though we could ignore unknown ones.
Cheers,
Miguel