Skip to content

Commit 5499797

Browse files
fix cross-crate-links test
hey look, macros properly link to the right place now
1 parent d4387b3 commit 5499797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/cross-crate-links.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ pub use all_item_types::FOO_STATIC;
6666
#[doc(no_inline)]
6767
pub use all_item_types::FOO_CONSTANT;
6868

69-
// @has 'foo/index.html' '//a[@href="../foo/macro.foo_macro.html"]' 'foo_macro'
69+
// @has 'foo/index.html' '//a[@href="../all_item_types/macro.foo_macro.html"]' 'foo_macro'
7070
#[doc(no_inline)]
7171
pub use all_item_types::foo_macro;

0 commit comments

Comments
 (0)