]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/huge-collection-of-constants.goml
Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const, r=fee1...
[rust.git] / tests / rustdoc-gui / huge-collection-of-constants.goml
1 // Make sure that the last two entries are more than 12 pixels apart and not stacked on each other.
2
3 goto: "file://" + |DOC_PATH| + "/test_docs/huge_amount_of_consts/index.html"
4
5 compare-elements-position-near-false: (
6     "//*[@class='item-table']//div[last()-1]",
7     "//*[@class='item-table']//div[last()-3]",
8     {"y": 12},
9 )