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
rusti> extern fn foopy() {} () rusti> const f: *u8 = foopy; rusti: /run/media/jdm/ssd/rust/src/llvm/lib/VMCore/Globals.cpp:168: void llvm::GlobalVariable::setInitializer(llvm::Constant*): Assertion `InitVal->getType() == getType()->getElementType() && "Initializer type must match GlobalVariable type"' failed. Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Translate const references to extern functions as *i8 instead of the …
039bfed
…typical closure pair. Fixes rust-lang#4522.
72259e0
No branches or pull requests
The text was updated successfully, but these errors were encountered: