clean up and unify logic used by rustdoc-js
and rustdoc-js-std
test suites.
#135597
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I cannot find the code that actually runs rustdoc on the
rustdoc-js/*.rs
files, and for some unknown reason, that code is not actually getting run (leading to issues aboutsearch-index.js
not being found).This code is quite a mess,
rustdoc-js-std
seems to be mostly implemented in bootstrap, whilerustdoc-js
is mostly implemented in compiletest.This discrepancy leads to an ever increasing number of discrepancies between the exact behavior of the two test suites. Rather than trying to patch these up one by one, I would rather we take a big picture approach.
The text was updated successfully, but these errors were encountered: