rust-bindgen
rust-bindgen copied to clipboard
Rust bindgen tests fail with Rust 1.91.0
I went to Beyond Linux From Scratch and Compiled Bindgen, then I ran the testsuite, and it fails.
As a BLFS team member: I'm pretty sure it already happens with Rust-1.90.0. And based on my limited knowledge about how bindgen works the Rust version should have nothing to do with its output. If I make a random guess I'd say the trigger is LLVM-21 as libclang is used by bindgen to parse the inputs (C++ headers).