]> git.lizzy.rs Git - rust.git/blob - src/test/incremental/span_hash_stable/auxiliary/sub2.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / incremental / span_hash_stable / auxiliary / sub2.rs
1 #[rustc_clean(label="hir_owner", cfg="rpass2")]
2 pub struct SomeOtherType {
3     pub a: i32,
4     pub b: u64,
5 }