Re: [PATCH] rust: warn when using libclang >=19.1 with bindgen <0.70
From: Miguel Ojeda
Date: Wed Oct 30 2024 - 11:29:19 EST
On Wed, Oct 30, 2024 at 4:24 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> It seems to do a lot more than report whether or not rust is available.
It checks a few things to decide whether it is available or not and to
inform the user of some situations that may not work/ideal, but that
is the goal. We don't do extra things unrelated to that, so I am not
sure what you mean.
Cheers,
Miguel