Skip to content

Commit

Permalink
fix cross-crate-links test
Browse files Browse the repository at this point in the history
hey look, macros properly link to the right place now
  • Loading branch information
QuietMisdreavus committed Jun 17, 2018
1 parent d4387b3 commit 5499797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc/cross-crate-links.rs
Expand Up @@ -66,6 +66,6 @@ pub use all_item_types::FOO_STATIC;
#[doc(no_inline)]
pub use all_item_types::FOO_CONSTANT;

// @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'
#[doc(no_inline)]
pub use all_item_types::foo_macro;

0 comments on commit 5499797

Please sign in to comment.