about summary refs log tree commit diff
path: root/src/test/rustdoc/array-links.link_slice_generic.html
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1/+0
2022-09-30rustdoc: remove orphaned link on array bracketMichael Howell-0/+1
This is 682889fb06591c4245422b73b005c5d8ae2d0cad, but for arrays instead. For non-generics, this retains links to the array page, but instead of trying to link it all, it only links the length part, which distinguishes arrays from slices. For generics, the entire thing becomes a link, just like slices.