Skip to content

Commit 08181ea

Browse files
authored
Rollup merge of #107577 - nnethercote:reinstate-hir-stats, r=jyn514
Reinstate the `hir-stats.rs` tests on stage 1. r? ```@the8472```
2 parents 3d92100 + e30cd18 commit 08181ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/ui/stats/hir-stats.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// check-pass
22
// compile-flags: -Zhir-stats
33
// only-x86_64
4-
// ignore-stage1 FIXME: remove after next bootstrap bump
4+
5+
// Type layouts sometimes change. When that happens, until the next bootstrap
6+
// bump occurs, stage1 and stage2 will give different outputs for this test.
7+
// Add an `ignore-stage1` comment marker to work around that problem during
8+
// that time.
59

610
// The aim here is to include at least one of every different type of top-level
711
// AST/HIR node reported by `-Zhir-stats`.

0 commit comments

Comments
 (0)