about summary refs log tree commit diff
path: root/src/test/rustdoc/deref-recursive.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-41/+0
2022-10-15rustdoc: update test cases for `.sidebar-title` -> `.sidebar-elems h3`Michael Howell-2/+2
2022-02-16Update rustdoc tests to adapt to changes to the sidebarGuillaume Gomez-2/+2
2021-10-30Document tests a bit moreGuillaume Gomez-0/+1
2021-10-29Add tests for recursive derefGuillaume Gomez-0/+40
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-40/+0
(update: placated tidy) (update: rebased post PR #84707 ) merge me
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2021-01-08Use target in `Deref` method section IDsJ. Ryan Stinnett-4/+6
There can now be multiple `Deref` method sections, so this adds the target type to the section ID to ensure they are unique.
2021-01-08Recursively document methods via `Deref` traitsJ. Ryan Stinnett-0/+40