summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-33178.rs
blob: 1f45fe7239186a6c78540c03cc438230f90dade8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// aux-build:empty.rs
// aux-build:variant-struct.rs
// build-aux-docs
// ignore-cross-compile

// @has issue_33178/index.html
// @has - //a/@title empty
// @has - //a/@href ../empty/index.html
pub extern crate empty;

// @has - //a/@title variant_struct
// @has - //a/@href ../variant_struct/index.html
pub extern crate variant_struct as foo;