summary refs log tree commit diff
path: root/src/test/mir-opt/inline/issue-58867-inline-as-ref-as-mut
AgeCommit message (Expand)AuthorLines
2020-05-25Avoid `Operand::Copy` with `&mut T`Jonas Schievink-2/+2
2020-05-16Bless MIR tests that inline functions qualifying for NRVODylan MacKenzie-15/+3
2020-04-27Emit basic block ids for statements and terminators in MIR only in -Zverbose ...Oliver Scherer-50/+50
2020-04-26check that `AsRef` and `AsMut` are inlinedBastian Kauschke-0/+112