about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-99221-multiple-structs-w-same-name.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-07-16rustdoc: avoid inlining items with duplicate `(type, name)`Michael Howell-0/+14
Fixes #99221