about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-doc/cross-crate/macro.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-1/+1
Now that compiletest denies warnings in these tests, they need fixing!
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-0/+12
They were starting to get unwieldy.