From 9ac28793bcd5105755c7c8ee52ec5740bd232d71 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Tue, 28 Apr 2020 17:27:48 -1000 Subject: [PATCH] Re-enable layout tests Fixes https://github.com/LegNeato/cups-sys/issues/3 --- build.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.rs b/build.rs index ff61d40..545d4ba 100644 --- a/build.rs +++ b/build.rs @@ -19,10 +19,6 @@ fn main() { .opaque_type("__msfilterreq") .opaque_type("group_req") .opaque_type("group_source_req") - // bindgen layout tests fail on Rust nightly >1.21.0 - // "thread 'bindgen_test_layout_max_align_t' panicked at - // 'assertion failed: `(left == right)`" - .layout_tests(false) // This fails with "`IPPORT_RESERVED` already defined" on Linux. .blacklist_item("IPPORT_RESERVED")