rust-bindgen icon indicating copy to clipboard operation
rust-bindgen copied to clipboard

Support casts in macros.

Open reitermarkus opened this issue 3 years ago • 0 comments

Depends on https://github.com/jethrogb/rust-cexpr/pull/33.

Built-in types are already working, but I don't know how to support custom types since types are parsed after macros.

I made evaluation of Var::ty for custom types lazy, but some types are still missing when generating the output for macro variables.

reitermarkus avatar Sep 09 '22 00:09 reitermarkus