mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-03 01:52:42 +00:00
6 lines
85 B
Rust
6 lines
85 B
Rust
#[rustc_clean(cfg="rpass2")]
|
|
pub struct SomeType {
|
|
pub x: u32,
|
|
pub y: i64,
|
|
}
|