about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-26995.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-02-24Fix source-links for files with absolute-pathsmitaa-0/+17
`clean_srcpath` tries to make the source-path relative to `src_root`, but this didn't work since `src_root` itself wasn't absolute.