blob: 39c4fec1cd972150ca0d8b5fdb6688659980f5a9 [file] [log] [blame] [edit]
//@ 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;