about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-22638.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-63/+0
2020-09-21Let user see the full type of type-length limit errorKornel LesiƄski-0/+1
2020-09-17Only visit types once when walking the type treeValerii Lashmanov-1/+1
This fixes #72408. Nested closures were resulting in exponential compilation time. As a performance optimization this change introduces MiniSet, which is a simple small storage optimized set.
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Fixed truncated path not being normalized.David Wood-0/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+69