summary refs log tree commit diff
path: root/tests/mir-opt/inline/inline_instruction_set.default.Inline.diff
AgeCommit message (Collapse)AuthorLines
2023-12-30Update to bitflags 2 in the compilerNilstrieb-1/+1
This involves lots of breaking changes. There are two big changes that force changes. The first is that the bitflag types now don't automatically implement normal derive traits, so we need to derive them manually. Additionally, bitflags now have a hidden inner type by default, which breaks our custom derives. The bitflags docs recommend using the impl form in these cases, which I did.
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-34/+22
2023-04-06Bless testsGary Guo-5/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+60