-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
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
Mutable keyword on reference arguments is redundant #964
Comments
Oh, that 'mutable' triggers the 'ignoring deprecated mutable type constructor' warning. Think I will close this issue and open another one to remove deprecated mutable type constructors. |
ZuseZ4
added a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
coastalwhite
pushed a commit
to coastalwhite/rust
that referenced
this issue
Aug 5, 2023
This adds the AVX512BITALG intrinsics. It also patches the verification against the Intel Intrinsic Guide because Rust uses a different naming. Added intrinsics match _mm(256|512)?(_maskz?)?_popcnt_epi(8|16) for the popcount ones and _mm(256|512)?(_mask)?_bitshuffle_epi64_mask
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
- Support to --lib-c is not well tested. Keep it as experiemental. - Change how CBMC behaves when a function that is not defined is reachable. This mitigates issues rust-lang#576. We should still add an unimplemented assertion so we can flip the results of other checks to undetermined.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These two are the same now I believe
The text was updated successfully, but these errors were encountered: