1
Fork 0

Add rustdoc JS non-std tests

This commit is contained in:
Guillaume Gomez 2019-02-09 20:28:22 +01:00
parent da573206f8
commit 834347ddaf
6 changed files with 420 additions and 1 deletions

View file

@ -221,7 +221,8 @@ function lookForEntry(entry, data) {
function main(argv) {
if (argv.length !== 3) {
console.error("Expected toolchain to check as argument (for example 'x86_64-apple-darwin'");
console.error("Expected toolchain to check as argument (for example \
'x86_64-apple-darwin')");
return 1;
}
var toolchain = argv[2];