6 lines
90 B
Rust
Raw Normal View History

#[rustc_clean(cfg="rpass2")]
pub struct SomeOtherType {
pub a: i32,
pub b: u64,
}