about summary refs log tree commit diff
path: root/src/test/rustdoc/thread-local-src.rs
AgeCommit message (Collapse)AuthorLines
2020-11-10(rustdoc) [src] link for types defined by macros shows invocationFlorian Warzecha-1/+1
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/+6
Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead.