about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary/external-doc.md
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3/+0
2021-06-04Remove `doc(include)`Joshua Nelson-1/+1
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+3
Partial implementation of https://github.com/rust-lang/rfcs/pull/1990 (needs error reporting work) cc #44732