We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcb633 commit 2fe4503Copy full SHA for 2fe4503
src/test/rustdoc/issue-53812.rs
@@ -23,4 +23,8 @@ macro_rules! array_impls {
23
}
24
25
// @has issue_53812/trait.MyIterator.html '//*[@id="implementors-list"]//h3[1]' 'MyStruct<[T; 0]>'
26
+// @has - '//*[@id="implementors-list"]//h3[2]' 'MyStruct<[T; 1]>'
27
+// @has - '//*[@id="implementors-list"]//h3[3]' 'MyStruct<[T; 2]>'
28
+// @has - '//*[@id="implementors-list"]//h3[4]' 'MyStruct<[T; 3]>'
29
+// @has - '//*[@id="implementors-list"]//h3[5]' 'MyStruct<[T; 10]>'
30
array_impls! { 10 3 2 1 0 }
0 commit comments