]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeGomez
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 5 Oct 2021 06:56:17 +0000 (23:56 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 06:56:17 +0000 (23:56 -0700)
commit52d3afaa0cf046647a993e2f43705d5505133f75
treeefb051736d78c4772f07692727007e2227076670
parentdd223d5c6da0cfa822151dd706bb14dc1476e4dd
parente599e2df49adae96d482a3a3a0364e7668abd14e
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