We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c_char_def
1 parent 5f41b7a commit 9ff3409Copy full SHA for 9ff3409
1 file changed
libc-test/build.rs
@@ -603,6 +603,11 @@ fn test_openbsd(target: &str) {
603
}
604
});
605
606
+ cfg.skip_type(move |ty| {
607
+ // `c_char_def` is always public but not always reexported.
608
+ ty == "c_char_def"
609
+ });
610
+
611
cfg.type_name(move |ty, is_struct, is_union| {
612
match ty {
613
// Just pass all these through, no need for a "struct" prefix
0 commit comments