]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-33178.rs
Rollup merge of #106106 - jyn514:remote-tracking-branch, r=Mark-Simulacrum
[rust.git] / tests / rustdoc / issue-33178.rs
1 // aux-build:empty.rs
2 // aux-build:variant-struct.rs
3 // build-aux-docs
4 // ignore-cross-compile
5
6 // @has issue_33178/index.html
7 // @has - //a/@title empty
8 // @has - //a/@href ../empty/index.html
9 pub extern crate empty;
10
11 // @has - //a/@title variant_struct
12 // @has - //a/@href ../variant_struct/index.html
13 pub extern crate variant_struct as foo;