]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/sidebar-macro-reexport.goml
Auto merge of #107778 - weihanglo:update-cargo, r=weihanglo
[rust.git] / tests / rustdoc-gui / sidebar-macro-reexport.goml
1 // This test ensures that the reexport of a macro doesn't make the original macro
2 // displayed twice in the sidebar.
3 goto: "file://" + |DOC_PATH| + "/test_docs/macro.repro.html"
4 wait-for: ".sidebar-elems .block.macro a"
5 assert-count: ("//*[@class='sidebar-elems']//*[@class='block macro']//a[text()='repro']", 1)