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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fn f(-a: @int) { fail; } fn main() { let a = @0; f(a); }
a is double-freed because the cleanup revocations don't take effect until after the function is called
The text was updated successfully, but these errors were encountered:
1002623
Improve global metadata handling wrt llvm.used (rust-lang#939)
4c301eb
* Improve global metadata handling wrt llvm.used * Move alloc to presllvm
Add more addition Arm intrinsics (rust-lang#939)
1ec97dc
brson
No branches or pull requests
a is double-freed because the cleanup revocations don't take effect until after the function is called
The text was updated successfully, but these errors were encountered: