mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
14 lines
323 B
Rust
14 lines
323 B
Rust
// 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;
|