about summary refs log tree commit diff
path: root/tests/rustdoc/intra-doc/basic.rs
AgeCommit message (Collapse)AuthorLines
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-44/+44
2023-08-18Still resolving rustdoc resolution panickingKyle Lin-0/+2
2023-02-22rustdoc: update test case with intra-doc link pointing to methodMichael Howell-4/+12
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-0/+17
This commit makes intra-doc link tooltips consistent with generated links in function signatures and item tables, with the format `itemtype foo::bar::baz`. This way, you can tell if a link points at a trait or a type (for example) by mousing over it. See also fce944d4e79b3a87ddf511206724edf33acfd704
2023-01-11Move /src/test to /testsAlbert Larsan-0/+84