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
fn f(x: uint) : nonzero(x) { }
becomes
fn f(x: uint) : nonzero(0) { }
caught by running the fuzzer's convergence test on an unmodified ivec.rs
The text was updated successfully, but these errors were encountered:
This looks fixed.
Sorry, something went wrong.
Auto merge of rust-lang#760 - JayH5:linux-initgroups, r=alexcrichton
1f2748a
Linux/Android: re-add initgroups This was removed in rust-lang#742
Enable PHI node improvements in strict aliasing (rust-lang#760)
a959be9
Co-authored-by: Manuel Drehwald <git@manuel.drehwald.info>
No branches or pull requests
becomes
caught by running the fuzzer's convergence test on an unmodified ivec.rs
The text was updated successfully, but these errors were encountered: