We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf4f42 commit a9ff7acCopy full SHA for a9ff7ac
src/test/rustdoc/item-title.rs
@@ -11,6 +11,7 @@ pub struct Widget;
11
// @has foo/constant.ANSWER.html '//head/title' 'ANSWER in foo - Rust'
12
pub const ANSWER: u8 = 42;
13
14
+// @has foo/blah/index.html '//head/title' 'foo::blah - Rust'
15
pub mod blah {
16
// @has foo/blah/struct.Widget.html '//head/title' 'Widget in foo::blah - Rust'
17
pub struct Widget;
src/test/rustdoc/mod-title.rs
0 commit comments