Emilio Cobos Álvarez
Emilio Cobos Álvarez
I think this was a rust bug, and it triggers improper_ctypes now.
Please reopen if this still happens and you provide a way to repro this :)
^ is correct.
You mean for enums with _no_ base integer type specified? Those don't have a c++ compatible layout afaict. Could you provide a sample rust code, with what we generate vs....
I think this works now. ``` extern "C" { fn foo(); } /// cbindgen:ignore extern "C" { fn bar(); } ``` Generates only foo. As for why extern {} and...
Happy to take a patch + test for that, ideally once it is closer to stabilizing... :)
Yes, let's close this, thanks!
It'd be great if there was a pair of colors (accent color + accent color text) or something like that to ensure that you can put stuff on top of...
(you can always delegate the foreground color computation to the app but that's likely to cause inconsistencies)
The crates.io version isn't even the servo/ version, it's the servo version with the `MallocSizeOf` stuff removed, IIRC. I used to keep the Servo version periodically up-to-date, though I haven't...