about summary refs log tree commit diff
path: root/tests/mir-opt/basic_assignment.main.SimplifyCfg-initial.after.mir
AgeCommit message (Collapse)AuthorLines
2023-03-03Add needs-unwindGiacomo Pasini-2/+2
2023-03-03Desugars drop and replace at MIR buildGiacomo Pasini-13/+15
This commit desugars the drop and replace deriving from an assignment at MIR build, avoiding the construction of the DropAndReplace terminator (which will be removed in a followign PR) In order to retain the same error messages for replaces a new DesugaringKind::Replace variant is introduced.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+84