]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-gui/toggled-open-implementations.goml
New upstream version 1.58.1+dfsg1
[rustc.git] / src / test / rustdoc-gui / toggled-open-implementations.goml
1 // This tests that the "implementations" section on struct/enum pages
2 // has all the implementations toggled open by default, so users can
3 // find method names in those implementations with Ctrl-F.
4 goto: file://|DOC_PATH|/test_docs/struct.Foo.html
5 assert-attribute: (".rustdoc-toggle.implementors-toggle", {"open": ""})