I was looking at the bindgen bug for incorrect bitfield handling https://github.com/crabtw/rust-bindgen/issues/8
but from a quick pass through the rust manual I can't figure out what
the correct behaviour would be.
What, for example, would the correct bindgen output for the following be:
struct bit {
int alpha : 12;
int beta : 6;
int gamma : 2;
};
martin
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev
