rust-bindgen icon indicating copy to clipboard operation
rust-bindgen copied to clipboard

Rust bindgen tests fail with Rust 1.91.0

Open ChaseKnowlden opened this issue 1 month ago • 1 comments

I went to Beyond Linux From Scratch and Compiled Bindgen, then I ran the testsuite, and it fails.

bindgentesterror.txt

ChaseKnowlden avatar Nov 12 '25 23:11 ChaseKnowlden

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).

xry111 avatar Nov 21 '25 14:11 xry111