We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9b41b commit ea82940Copy full SHA for ea82940
bindgen/codegen/postprocessing/merge_cfg_attributes.rs
@@ -37,6 +37,7 @@ impl Visitor {
37
#(#items)*
38
}
39
} else {
40
+ // TODO: Don't swallow abi/unsafety :(
41
quote! {
42
#(#cc_attrs)*
43
unsafe extern "C" {
0 commit comments