Re: [PATCH v2] rust/wrapper.h: define memory_order enum
Queued, thanks. Paolo
[PATCH v2] rust/wrapper.h: define memory_order enum
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