Clean up rustdoc tests #76036
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A lot of rustdoc tests are in the middle of the code. I think we should centralize them in one place (like in
librustdoc/test/
) and then organize the tests in there directly (grouping them by what they actually test).The text was updated successfully, but these errors were encountered: