]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/toggled-open-implementations.goml
Unify Opaque/Projection handling in region outlives code
[rust.git] / tests / 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": ""})