Skip to content

Commit f3db58e

Browse files
committed
build.rs: workaround for rust-lang/rust-bindgen#550
1 parent da5e77f commit f3db58e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ fn main() {
4848
.emit_builtins()
4949
.no_unstable_rust()
5050
.hide_type("mpich_struct_mpi_long_double_int")
51+
.hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
5152
.generate()
5253
.unwrap();
5354

0 commit comments

Comments
 (0)