about summary refs log tree commit diff
path: root/src/test/mir-opt/inline-trait-method.rs
AgeCommit message (Collapse)AuthorLines
2019-12-20Move the rest of the mir-opt inline tests into a folderWesley Wiser-31/+0
2019-05-25Print generic args in function calls in MIROliver Scherer-1/+1
2018-10-14[mir-inlining] Don't inline virtual callsWesley Wiser-0/+31
Prior to this change, the test case would output `1` instead of `2` like it should.