mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
11 lines
241 B
Rust
11 lines
241 B
Rust
// 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;
|