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 5943bac commit 321e2ceCopy full SHA for 321e2ce
tests/rustdoc/extern/extern-html-alias.rs
@@ -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