about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/search-index-generics-recursion-bug-issue-59502.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2021-12-28Add regression test for #59502Noah Lev-0/+11
This issue was fixed using a hacky recursion "fuel" argument, but the issue was never minimized nor was a regression test added. The underlying bug is still unfixed, so this test should help with fixing it and removing the `recurse` hack.