summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/link-extern-crate-title-33178.rs
blob: d2f115a386e9ae97cceba4fe656e36382b1a947b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// aux-build:empty.rs
// aux-build:variant-struct.rs
// ignore-cross-compile

// https://github.com/rust-lang/rust/issues/33178
#![crate_name="issue_33178_1"]

// @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;