mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-06 10:20:18 +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;
|