We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab8320 commit 81d4b0eCopy full SHA for 81d4b0e
build.rs
@@ -47,6 +47,7 @@ fn main() {
47
.header("src/ffi/rsmpi.h")
48
.emit_builtins()
49
.no_unstable_rust()
50
+ .hide_type("mpich_struct_mpi_long_double_int")
51
.generate()
52
.unwrap();
53
0 commit comments