rust-bindgen
rust-bindgen copied to clipboard
Add option to deduplicate extern blocks
This PR adds a new option --merge-extern-blocks which merges all the extern blocks with the same ABI and attributes in a single one.
Fixes https://github.com/rust-lang/rust-bindgen/issues/564. ~~Blocked by: #2265.~~
:umbrella: The latest upstream changes (presumably 8b29355ca0ce54e941d398ef9a605e9b5c0f20ae) made this pull request unmergeable. Please resolve the merge conflicts.