We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf18482 commit 4ade6ebCopy full SHA for 4ade6eb
src/test/rustdoc/struct-implementations-title.rs
@@ -0,0 +1,9 @@
1
+#![crate_name = "foo"]
2
+
3
+pub struct Struc;
4
5
+// @has foo/struct.Struc.html
6
+// @has - '//*[@id="main"]/h2[@id="implementations"]' "Implementations"
7
+impl Struc {
8
+ pub const S: u64 = 0;
9
+}
0 commit comments