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

// @has issue_33178_1/index.html
// @!has - //a/@title empty
pub extern crate empty;

// @!has - //a/@title variant_struct
pub extern crate variant_struct as foo;