mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.27k stars 294 forks source link

Output condition for globals. #974

Closed flaviojs closed 1 month ago

flaviojs commented 1 month ago

I was getting an error in a global array that has a different size when a feature is enabled.

This PR fixes the issue.