We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36e509 commit dca71e6Copy full SHA for dca71e6
build.rs
@@ -19,6 +19,10 @@ fn main() {
19
.opaque_type("__msfilterreq")
20
.opaque_type("group_req")
21
.opaque_type("group_source_req")
22
+ // bindgen layout tests fail on Rust nightly >1.21.0
23
+ // "thread 'bindgen_test_layout_max_align_t' panicked at
24
+ // 'assertion failed: `(left == right)`"
25
+ .layout_tests(false)
26
// This fails with "`IPPORT_RESERVED` already defined" on Linux.
27
.hide_type("IPPORT_RESERVED")
28
// Finish the builder and generate the bindings.
0 commit comments