Add rustdoc JS non-std tests
This commit is contained in:
parent
da573206f8
commit
834347ddaf
6 changed files with 420 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue