summary refs log tree commit diff
path: root/src/test/rustdoc/deref-recursive-pathbuf.rs
AgeCommit message (Collapse)AuthorLines
2021-05-03beta-targetted revert of PR #80653, to address issue #82465.Felix S. Klock II-26/+0
adapted from 513756bb55a0dbc6e74d0043afd1727bd3c73aae
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.