]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/struct-fields.goml
Rollup merge of #105747 - chenyukang:yukang/fix-105732-auto-trait, r=compiler-errors
[rust.git] / src / test / rustdoc-gui / struct-fields.goml
1 goto: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
2
3 // Both fields must be on their own line. In other words, they have display: block.
4 store-property: (first_top, "//*[@id='structfield.first']", "offsetTop")
5 assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| })