rustc-dev-guide
rustc-dev-guide copied to clipboard
add notes about `rustdoc-ui` and `rustdoc-js` tests
While reviewing https://github.com/rust-lang/rust/pull/50302 i noticed that these test folders aren't mentioned in the testing chapter at all. Since the linked PR adds a special configuration flag to the rustdoc-js tests, it would be worth mentioning it in the testing guide.
Triage: rustdoc-js tests have now been documented by https://github.com/rust-lang/rustc-dev-guide/pull/2048/. But AFAICT rustdoc-ui could still use some more elaboration.