Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeGomez
Rustdoc migrate to table so the gui can handle >2k constants Closes #88545. This PR adds a test for overlapping entries in the `item-table` https://github.com/rust-lang/rust/issues/88545 It currently includes the commit with the workaround from https://github.com/rust-lang/rust/pull/88776
This commit is contained in:
commit
52d3afaa0c
7 changed files with 44 additions and 22 deletions
|
|
@ -172,7 +172,7 @@ async function main(argv) {
|
|||
}
|
||||
files.sort();
|
||||
|
||||
console.log(`Running ${files.length} rustdoc-gui tests...`);
|
||||
console.log(`Running ${files.length} rustdoc-gui (${opts["jobs"]} concurrently) ...`);
|
||||
|
||||
if (opts["jobs"] < 1) {
|
||||
process.setMaxListeners(files.length + 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue