about summary refs log tree commit diff
path: root/tests/mir-opt/issue_41110.test.ElaborateDrops.diff
AgeCommit message (Collapse)AuthorLines
2023-06-12bless mir-optPietro Albini-105/+0
To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs.
2023-04-06Bless testsGary Guo-7/+11
2023-03-03Desugars drop and replace at MIR buildGiacomo Pasini-27/+19
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-02-23./x.py test --blessTomasz Miąsko-3/+2
2023-02-23Emit diff instead of after mir in ElaborateDrops testsTomasz Miąsko-0/+110
to make it easy to understand chnages made by elaboration.