summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_diverging.h.Inline.diff
AgeCommit message (Collapse)AuthorLines
2021-02-05Auto merge of #81257 - ↵bors-6/+5
pnkfelix:issue-80949-short-term-resolution-via-revert-of-pr-78373, r=matthewjasper Revert 78373 ("dont leak return value after panic in drop") Short term resolution for issue #80949. Reopen #47949 after this lands. (We plan to fine-tune PR #78373 to not run into this problem.)
2020-12-04Avoid leaking block expression valuesMatthew Jasper-5/+6
2020-11-15Limit storage duration of inlined always live localsTomasz Miąsko-0/+1
2020-11-09Support inlining diverging function callsTomasz Miąsko-0/+58
Additionally introduce storage markers for all temporaries created by the inliner. The temporary introduced for destination rebrorrow, didn't use them previously.