about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-75588.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-2/+2
2022-07-05Update rustdoc testsGuillaume Gomez-1/+1
2022-06-01Improve calculation of "Impls on Foreign Types"Jacob Hoffman-Andrews-1/+1
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
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-09-13Add ui test for 74672 and 76571Lzu Tao-0/+18
These tests will fall without the next commit.