Re: [PATCH v2] rust/wrapper.h: define memory_order enum

2024-10-29 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH v2] rust/wrapper.h: define memory_order enum

2024-10-27 Thread Manos Pitsidianakis
Add stub definition of memory_order enum in wrapper.h. Creating Rust bindings from C code is done by passing the wrapper.h header to `bindgen`. This fails when library dependencies that use compiler headers are enabled, and the libclang that bindgen detects does not match the expected clang versio