about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-doc/libstd-re-export.rs
AgeCommit message (Collapse)AuthorLines
2021-02-15Fix intra-doc link to raw pointer methodSimon Sapin-0/+1
CC https://github.com/rust-lang/rust/pull/80181
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-0/+3
They were starting to get unwieldy.