-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with std's c_void
#180
Comments
See discussions about libc: * rust-lang/rust#31536 * rust-lang/libc#180 * rust-lang/libc#547
This an #48 look like duplicates to me, or at least part of the same overarching theme: "we need to get |
@gnzlbg Rust's std also needs to be part of fixing this, I don't agree it is a duplicate. Great that you want to fix c_void, though! |
Oh yes, they are not exactly duplicates, #48 is about a better way to define From having read all the ctypes discussion, it looks to me that "improving" I think that trying to fix |
New RFC to propose fixing this through |
That RFC was merged, and libc already re-exports |
This issue is also reported against Rust. rust-lang/rust/issues/31536
Using libc v0.2.7 and rustc 1.8.0-nightly (34af2de40 2016-02-05)
These must be compatible, otherwise we cause incompatibilities in the ecosystem.
The text was updated successfully, but these errors were encountered: