about summary refs log tree commit diff
path: root/src/test/rustdoc/deref-recursive-pathbuf.rs
AgeCommit message (Collapse)AuthorLines
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/+24
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-24/+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-08Preserve non-local recursive `Deref` implsJ. Ryan Stinnett-0/+26
This adjusts the `rustdoc` trait impl collection path to preserve `Deref` impls from other crates. This adds a first pass to map all of the `Deref` type to target edges and then recursively preserves all targets.