We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
box_free
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
We detect calls to alloc::alloc::box_free in our passes, but afaict this function doesn't exist anymore. We should check whether it still shows up.
alloc::alloc::box_free
The text was updated successfully, but these errors were encountered:
This was indeed removed in rust-lang/rust#100036.
Sorry, something went wrong.
Nadrieril
Successfully merging a pull request may close this issue.
We detect calls to
alloc::alloc::box_free
in our passes, but afaict this function doesn't exist anymore. We should check whether it still shows up.The text was updated successfully, but these errors were encountered: