Skip to content

Commit 1da506c

Browse files
author
Per Larsen
committed
Update bindgen-integration
1 parent 1885dc0 commit 1da506c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindgen-integration/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ fn setup_macro_test() {
237237
.enable_cxx_namespaces()
238238
.default_enum_style(EnumVariation::Rust {
239239
non_exhaustive: false,
240+
repr_c: false,
240241
})
241242
.raw_line("pub use self::root::*;")
242243
.raw_line("extern { fn my_prefixed_function_to_remove(i: i32); }")

0 commit comments

Comments
 (0)