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
native "cdecl" mod libc = "" { fn f(x: ()); } fn main() { }
fails in LLVM:
Assertion failed: (castIsValid(op, S, Ty) && "Invalid cast!"), function Create, file Instructions.cpp, line 2226.
The text was updated successfully, but these errors were encountered:
I don't think this is supposed to be allowed (you can only pass word-sized things to natives). I agree we should catch it with a proper error message.
Sorry, something went wrong.
0b43bf9
Preserve noalias metadata on unwrap (rust-lang#901)
17b83da
* Add noalias preservation to unwrap * Fixup * ix up
Avx512f (rust-lang#901)
851aa9f
move kani metadata into kani_metadata (rust-lang#901)
c266840
No branches or pull requests
fails in LLVM:
The text was updated successfully, but these errors were encountered: