Re: LLVM 22 needs bindgen 0.72.1
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72krLhYi_vQJjKcEhiQP9CHwc-+d=iMZocW19+MqfW3qwA@mail.gmail.com> |
On Sat, Jul 18, 2026 at 9:18 PM Burak Emir <[email protected]> wrote: > > It would be great if the slim LLVM toolchains could be updated to > bindgen 0.72.1 Yeah, this is the "Missing fields in nested class with LLVM 22." entry I have in: https://github.com/Rust-for-Linux/linux/issues/353 Updating the toolchains would be nice. I think we can easily add a check on `rust_is_available.sh` like e.g. the one I had before commit: ae64324ad5c1 ("rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1") I will do that. Cheers, Miguel