]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs
Fix problem noticed in PR106859 with char -> u8 suggestion
[rust.git] / tests / rustdoc / issue-83375-multiple-mods-w-same-name-doc-inline.rs
index b836925099364598de36ee0cc1b0ebeb93abc234..d0960dfef436246d1db5206def4790b291b91925 100644 (file)
@@ -8,7 +8,7 @@ pub mod prelude {
     }
 }
 
-// @count foo/index.html '//a[@class="mod"][@title="foo::prelude mod"]' 1
+// @count foo/index.html '//a[@class="mod"][@title="mod foo::prelude"]' 1
 // @count foo/prelude/index.html '//div[@class="item-row"]' 0
 pub mod prelude {}