On Tue, Sep 3, 2024 at 7:15 PM Jiaxun Yang <jiaxun.y...@flygoat.com> wrote: > > We have a union and a type both named after mips_instruction, > rust bindgen is not happy with this kind of naming alias.
For this sort of thing, you may be able to add it to the block list at `rust/bindgen_parameters`, so that you don't need to change any C code. I hope that helps! Cheers, Miguel