Re: LLVM 22 needs bindgen 0.72.1

Burak Emir <[email protected]> Mon, 3 Aug 2026 10:23:30 +0200
Newsgroups org.kernel.vger.rust-for-linux
Message-ID <CABwQupNSuc9M2am=b8=6iCNKYjjKziZ+XvWAvqBT3ftROsFF-A@mail.gmail.com>
On Mon, Aug 3, 2026 at 7:07=E2=80=AFAM Miguel Ojeda
<[email protected]> wrote:
>
> On Mon, Jul 20, 2026 at 11:34=E2=80=AFAM Burak Emir <[email protected]=
> wrote:
> >
> > On Sun, Jul 19, 2026 at 2:18=E2=80=AFPM Miguel Ojeda
> > <[email protected]> wrote:
> > >
> > >   https://lore.kernel.org/rust-for-linux/20260719120514.159914-1-ojed=
[email protected]/
> > >
> >
> > Thanks for taking care of this!
>
> You're welcome! Did you have a chance to test the warning patch above
> to confirm you see it as expected?
>
> No worries if you don't have the setup anymore, I will apply it, but
> it would be nice to know :)

Done.

I also ran the updated cargo install command again (where Nathan
removed the --version).
As expected, it replaces bindgen with 0.71.1 with 0.72.1 and the
warning from the rust_is_available script goes away, as intended.

Cheers,
- Burak