about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-50865-private-impl-trait
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-34/+0
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-1/+1
2020-11-19Revert "Normalize function type during validation"Tomasz Miąsko-0/+4
This reverts commit d486bfcbff107e8a6769e00c59d02b13c664b6ee.
2020-11-12Normalize function type during validationTomasz Miąsko-4/+0
During inlining, the callee body is normalized and has types revealed, but some of locals corresponding to the arguments might come from the caller body which is not. As a result the caller body does not pass validation without additional normalization.
2020-10-23Make it regression test of issue-77668Yuki Okushi-0/+4
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+30