For the rustdoc tests, it would be great to validate all emitted JS and HTML in a build of the stdlib. For the JavaScript, we could use node -c to check that it parses. For HTML, we could use the W3C Markup Validator or the newer W3C Nu Html Checker.
For the rustdoc tests, it would be great to validate all emitted JS and HTML in a build of the stdlib. For the JavaScript, we could use
node -cto check that it parses. For HTML, we could use the W3C Markup Validator or the newer W3C Nu Html Checker.