2016-04-25 01:24:50 -05:00
|
|
|
//@ aux-build:empty.rs
|
|
|
|
//@ aux-build:variant-struct.rs
|
|
|
|
//@ ignore-cross-compile
|
|
|
|
|
2023-10-16 18:12:17 -05:00
|
|
|
// https://github.com/rust-lang/rust/issues/33178
|
2023-10-16 17:41:04 -05:00
|
|
|
#![crate_name="issue_33178_1"]
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has issue_33178_1/index.html
|
|
|
|
//@ !has - //a/@title empty
|
2016-04-25 01:24:50 -05:00
|
|
|
pub extern crate empty;
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ !has - //a/@title variant_struct
|
2016-04-25 01:24:50 -05:00
|
|
|
pub extern crate variant_struct as foo;
|