about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary/my-core.rs
AgeCommit message (Collapse)AuthorLines
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-19/+0
They were starting to get unwieldy.
2020-07-08Apply #![crate_type = "rlib"] directly to the linkerSeth Pellegrino-0/+1
2020-07-06Two new rustdoc tests for intra linksSeth Pellegrino-0/+18
They both produce less-than-desirable output (links going to docs.rust-lang.org), but I haven't figured out yet how to assert about them properly.