summaryrefslogtreecommitdiffstats
path: root/tests/incremental/span_hash_stable/auxiliary/sub2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/incremental/span_hash_stable/auxiliary/sub2.rs')
-rw-r--r--tests/incremental/span_hash_stable/auxiliary/sub2.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/incremental/span_hash_stable/auxiliary/sub2.rs b/tests/incremental/span_hash_stable/auxiliary/sub2.rs
new file mode 100644
index 000000000..1167cdb0a
--- /dev/null
+++ b/tests/incremental/span_hash_stable/auxiliary/sub2.rs
@@ -0,0 +1,5 @@
+#[rustc_clean(cfg="rpass2")]
+pub struct SomeOtherType {
+ pub a: i32,
+ pub b: u64,
+}