summary refs log tree commit diff
path: root/src/test/rustdoc/decl_macro.rs
AgeCommit message (Collapse)AuthorLines
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-0/+17
This fixes the overly-complex invariant mentioned in <https://github.com/rust-lang/rust/pull/83237#issuecomment-815346570>, where the macro source can't have any links in it only because the cache hasn't been populated yet.
2020-11-28Add test for macro by example syntax in decl macros with only one optionRune Tynan-0/+7
2020-11-28Add support for multi-argument decl macrosRune Tynan-0/+17
2020-11-27Update decl_macro test, add decl_macro_priv test for --document-private-itemsRune Tynan-0/+15