We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
::std::mem::uninitialized()
use_core
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
These should be replaced with calls to ::core::mem::uninitialized().
::core::mem::uninitialized()
Offending line: https://github.com/servo/rust-bindgen/blob/f5394b34d6140ec5da2e2e5bce0415e1929724bc/src/codegen/mod.rs#L1598. There seem to be a few more hardcoded uses of ::std in this file.
::std
The text was updated successfully, but these errors were encountered:
Auto merge of #489 - emilio:use-core, r=fitzgen
2b603b8
codegen: Fix remaining cases of missing core prefix. Fixes #488 r? @fitzgen
ddfa1e0
Thanks for reporting this!
Sorry, something went wrong.
No branches or pull requests
These should be replaced with calls to
::core::mem::uninitialized()
.Offending line: https://github.com/servo/rust-bindgen/blob/f5394b34d6140ec5da2e2e5bce0415e1929724bc/src/codegen/mod.rs#L1598. There seem to be a few more hardcoded uses of
::std
in this file.The text was updated successfully, but these errors were encountered: