We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// contents can be found at github.com/lxc/lxc/blob/master/src/lxc/lxccontainer.h #include <lxc/lxccontainer.h>
let bindings = bindgen::Builder::default() .no_unstable_rust() .header("wrapper.h") .generate() .expect("Unable to generate lxc bindings");
Output from cargo test
cargo test
failures: ---- bindgen_test_layout_max_align_t stdout ---- thread 'bindgen_test_layout_max_align_t' panicked at 'assertion failed: `(left == right)` (left: `24`, right: `32`): Size of: max_align_t', /home/saurav/lxc-rs/target/debug/build/lxc-5edc7f91e15740c0/out/bindings.rs:270 note: Run with `RUST_BACKTRACE=1` for a backtrace. failures: bindgen_test_layout_max_align_t test result: FAILED. 45 passed; 1 failed; 0 ignored; 0 measured
All tests passing?
The text was updated successfully, but these errors were encountered:
dupe of #550, thanks for reporting it!
Sorry, something went wrong.
No branches or pull requests
Input C Header
Bindgen Invokation
Actual Results
Output from
cargo test
Expected Results
All tests passing?
The text was updated successfully, but these errors were encountered: