We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05121a2 commit 3ddafb2Copy full SHA for 3ddafb2
src/test/rustdoc/crate-title.rs
src/test/rustdoc/item-title.rs renamed to src/test/rustdoc/title.rs
@@ -1,6 +1,8 @@
1
#![crate_name = "foo"]
2
#![feature(doc_keyword)]
3
4
+// @has foo/index.html '//head/title' 'foo - Rust'
5
+
6
// @has foo/fn.widget_count.html '//head/title' 'widget_count in foo - Rust'
7
/// blah
8
pub fn widget_count() {}
0 commit comments