]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/issue-99734-multiple-foreigns-w-same-name.rs
Auto merge of #107778 - weihanglo:update-cargo, r=weihanglo
[rust.git] / tests / rustdoc / issue-99734-multiple-foreigns-w-same-name.rs
index 3208fea05b3762d05f0943e39de8ee50609aa942..b56ec6e11eafc138dfe8897ef57c64a7aee065d2 100644 (file)
@@ -9,7 +9,7 @@
 
 pub use issue_99734_aux::*;
 
-// @count foo/index.html '//a[@class="fn"][@title="foo::main fn"]' 1
+// @count foo/index.html '//a[@class="fn"][@title="fn foo::main"]' 1
 
 extern "C" {
     pub fn main() -> std::ffi::c_int;