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