Skip to content

Commit 5e4163d

Browse files
committed
Test renamed crates in rustdoc
1 parent 9430fd3 commit 5e4163d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//@ compile-flags:-Z unstable-options --extern-html-root-url extern_prelude_name=https://renamed.example.com --extern-html-root-url empty=https://bad.invalid
2+
//@ aux-crate:extern_prelude_name=empty.rs
3+
4+
extern crate extern_prelude_name as internal_ident_name;
5+
6+
//@ has extern_html_alias/index.html
7+
//@ has - '//a/@href' 'https://renamed.example.com/empty/index.html'
8+
pub use internal_ident_name as yet_different_name;

0 commit comments

Comments
 (0)