We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4387b3 commit 5499797Copy full SHA for 5499797
src/test/rustdoc/cross-crate-links.rs
@@ -66,6 +66,6 @@ pub use all_item_types::FOO_STATIC;
66
#[doc(no_inline)]
67
pub use all_item_types::FOO_CONSTANT;
68
69
-// @has 'foo/index.html' '//a[@href="../foo/macro.foo_macro.html"]' 'foo_macro'
+// @has 'foo/index.html' '//a[@href="../all_item_types/macro.foo_macro.html"]' 'foo_macro'
70
71
pub use all_item_types::foo_macro;
0 commit comments