Skip to content

Conversation

@dkcumming
Copy link
Collaborator

Added some failing tests, specifically:

  • assert_eq_exp-fail.rs: which fails since the operand inside assert_eq that is an addition expression being treated as an Operand::Constant which is then promoted to the GlobalAllocs. So @gtrepta you were right that assert_eq was working, but only with Operand::{Copy,Move}. I encourage you to run rustc --emir mir to see the promoted constant in the textual mir.
  • bitwise-fail.rs: which fails since the bitwise operators are not implemented

@dkcumming dkcumming self-assigned this May 9, 2025
@dkcumming dkcumming merged commit 29aaa11 into master May 9, 2025
6 checks passed
@dkcumming dkcumming deleted the dc/more-prove-failing branch May 9, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants