]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/extern-html-root-url-precedence.rs
Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const, r=fee1...
[rust.git] / tests / rustdoc / extern-html-root-url-precedence.rs
1 // compile-flags:-Z unstable-options --extern-html-root-url core=https://example.com/core/0.1.0 --extern-html-root-takes-precedence
2
3 // @has extern_html_root_url_precedence/index.html
4 // --extern-html-root should take precedence if `--takes-precedence` is passed
5 // @has - '//a/@href' 'https://example.com/core/0.1.0/core/iter/index.html'
6 #[doc(no_inline)]
7 pub use std::iter;