We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a5c1f commit 6696a60Copy full SHA for 6696a60
src/test/rustdoc/toggle-trait-fn.rs
@@ -0,0 +1,7 @@
1
+#![crate_name = "foo"]
2
+
3
+// @has foo/trait.Foo.html
4
+// @has - '//details[@class="rustdoc-toggle"]//code' 'bar'
5
+pub trait Foo {
6
+ fn bar() -> ();
7
+}
0 commit comments