Closed
Description
Android was changed in #29546 and Linux ARM was changed in #29775. Both are bug fixes as the definitions have been corrected, but this is causing breakage:
- Prefer raw::c_char or libc::c_char and fix arm #29775 (comment)
- 32-bit armv7 build fails alexcrichton/curl-rust#89
- mismatched types error on armv7 linux jeaye/ncurses-rs#99
- Can't build cargo on arm any more cargo#2141
Can we help mitigate this breakage? Should we revert "the fix" for now?
Opening a tracking issue (and nominating it) to discuss this.