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
unsafe { free(malloc(1024)) }; doesn't compile.
unsafe { free(malloc(1024)) };
The text was updated successfully, but these errors were encountered:
This was fixed last week in 802d41f. Current master documents it as fn free(p: *mut c_void). Please update to latest master and try again.
fn free(p: *mut c_void)
Sorry, something went wrong.
Auto merge of rust-lang#11899 - samueltardieu:redundant-if, r=llogiq
31aa0b2
Do not check twice whether `qpath` is a `QPath::TypeRelative` variant This is a style fix: the outer `if` check was useless. changelog: none
No branches or pull requests
unsafe { free(malloc(1024)) };
doesn't compile.The text was updated successfully, but these errors were encountered: