We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://doc.rust-lang.org/book/ffi.html#interoperability-with-foreign-code in general says
The standard library includes type aliases and function definitions for the C standard library in the libc module,
Which is wrong.
Reported in https://news.ycombinator.com/reply?id=10132745
The text was updated successfully, but these errors were encountered:
Be explicit about using crates.io's libc crate
1c44722
Fixes rust-lang#28053
Auto merge of #28063 - steveklabnik:gh28053, r=alexcrichton
0e8538d
Fixes #28053
No branches or pull requests
https://doc.rust-lang.org/book/ffi.html#interoperability-with-foreign-code in general says
Which is wrong.
Reported in https://news.ycombinator.com/reply?id=10132745
The text was updated successfully, but these errors were encountered: