about summary refs log tree commit diff
path: root/src/test/rustdoc/external-macro-src.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-12/+0
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-2/+2
Change from syntaxy-looking [src] to the plain word "source".
2020-11-10(rustdoc) [src] link for types defined by macros shows invocationFlorian Warzecha-5/+2
Previously the [src] link on types defined by a macro pointed to the macro definition. This commit makes the Clean-Implementation for Spans aware of macro defined types, so that the link points to the invocation instead.
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-0/+15
Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead.