]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/issue-99734-multiple-mods-w-same-name.rs
Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk
[rust.git] / tests / rustdoc / issue-99734-multiple-mods-w-same-name.rs
index b2f9b8b46578b870bf91eba1eafdd39654e67f5d..8f5d6fa3d56d366c37f74ff988dbc4d720383c43 100644 (file)
@@ -9,6 +9,6 @@
 
 pub use issue_99734_aux::*;
 
-// @count foo/index.html '//a[@class="mod"][@title="foo::task mod"]' 1
+// @count foo/index.html '//a[@class="mod"][@title="mod foo::task"]' 1
 
 pub mod task {}