Closed akosthekiss closed 9 years ago
cc @michaelwu
Now fixed in bindgen++ https://github.com/michaelwu/rust-bindgen/commit/1c10ec45ab7eefe232177c217f23482fd29bce81
r=me for this PR which will cover things until the next bindings update.
@bors-servo: r+
:pushpin: Commit b5e8488 has been approved by jdm
:hourglass: Testing commit b5e8488 with merge b8483df...
:sunny: Test successful - cargo-linux, cargo-mac
It is definitely suboptimal to manually edit autogenerated code and surely incomplete but, at least, gets servo build on platforms where char is unsigned (e.g., on aarch64).
It would be great if a future version of bindgen could generate
libc::c_char
at the right places.