summary refs log tree commit diff
path: root/src/test/incremental/span_hash_stable/auxiliary/sub2.rs
blob: 349576168567f75ca49258d9ca7d504d0589b593 (plain)
1
2
3
4
5
#[rustc_clean(label="Hir", cfg="rpass2")]
pub struct SomeOtherType {
    pub a: i32,
    pub b: u64,
}