about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline-diverging.rs
AgeCommit message (Collapse)AuthorLines
2022-11-02Ban dashes in miropt test file namesJakob Degen-40/+0
2020-11-09Support inlining diverging function callsTomasz Miąsko-0/+40
Additionally introduce storage markers for all temporaries created by the inliner. The temporary introduced for destination rebrorrow, didn't use them previously.