We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5e77f commit f3db58eCopy full SHA for f3db58e
build.rs
@@ -48,6 +48,7 @@ fn main() {
48
.emit_builtins()
49
.no_unstable_rust()
50
.hide_type("mpich_struct_mpi_long_double_int")
51
+ .hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
52
.generate()
53
.unwrap();
54
0 commit comments