diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-06-17 16:27:46 -0500 |
|---|---|---|
| committer | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-06-17 16:27:46 -0500 |
| commit | 54997972a776681cc9a170454e0a1416c582ca94 (patch) | |
| tree | 55b2aea18f349f90dcd0313540a412110c361e53 | |
| parent | d4387b3e4f9c6da5009154882051ff7b4862df07 (diff) | |
| download | rust-54997972a776681cc9a170454e0a1416c582ca94.tar.gz rust-54997972a776681cc9a170454e0a1416c582ca94.zip | |
fix cross-crate-links test
hey look, macros properly link to the right place now
| -rw-r--r-- | src/test/rustdoc/cross-crate-links.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/cross-crate-links.rs b/src/test/rustdoc/cross-crate-links.rs index 6078352fc0e..15a774dc935 100644 --- a/src/test/rustdoc/cross-crate-links.rs +++ b/src/test/rustdoc/cross-crate-links.rs @@ -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; |
